-
Method Summary
Filters element instances by element id.
Filters element instances by the specified key.
Filters element instances by incident (has an incident)
Filters element instances by incident key.
Filters element instances by bpmn process id.
Filters element instances by process definition key.
Filters element instances by process instance key.
Filters element instances by state.
Filters element instances by tenant id.
Filters element instances by type.
-
Method Details
-
elementInstanceKey
Filters element instances by the specified key.
- Parameters:
value - the key of element instance
- Returns:
- the updated filter
-
processDefinitionKey
Filters element instances by process definition key.
- Parameters:
value - the process definition key of element instance
- Returns:
- the updated filter
-
processDefinitionId
Filters element instances by bpmn process id.
- Parameters:
value - the bpmn process id of element instance
- Returns:
- the updated filter
-
processInstanceKey
Filters element instances by process instance key.
- Parameters:
value - the process instance key of element instance
- Returns:
- the updated filter
-
elementId
Filters element instances by element id.
- Parameters:
value - the element id of element instance
- Returns:
- the updated filter
-
state
Filters element instances by state.
- Parameters:
value - the state of element instance
- Returns:
- the updated filter
-
-
type
Filters element instances by type.
- Parameters:
value - the type of element instance
- Returns:
- the updated filter
-
hasIncident
Filters element instances by incident (has an incident)
- Parameters:
value - has the element instance an incident
- Returns:
- the updated filter
-
incidentKey
Filters element instances by incident key.
- Parameters:
value - the incident key for element instance
- Returns:
- the updated filter
-
tenantId
Filters element instances by tenant id.
- Parameters:
value - the tenant id for element instance
- Returns:
- the updated filter