Method Summary
All Methods Instance Methods Abstract Methods
Filters element instances by element id.
Filters element instances by the specified key.
Filters element instances by the specified scope key.
Filters element instances by element name.
Filters element instances by end date.
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 start date.
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
elementName
Filters element instances by element name. This only works for data created with 8.8 and
onwards. Instances from prior versions don't contain this data.
Parameters:
value - the element name 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
startDate
Filters element instances by start date.
Parameters:
value - the start date of the element instance
Returns:
the updated filter
startDate
Parameters:
startDate - the start date of the element instance
Returns:
the updated filter
endDate
Filters element instances by end date.
Parameters:
value - the end date of the element instance
Returns:
the updated filter
endDate
Parameters:
endDate - the end date of the element instance
Returns:
the updated filter
elementInstanceScopeKey
Filters element instances by the specified scope key.
Parameters:
value - the scope key of the element instance
Returns:
the updated filter