Interface ProcessInstanceFilterBase
- All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
- All Known Subinterfaces:
ProcessInstanceFilter
- All Known Implementing Classes:
ProcessInstanceFilterImpl
-
Method Summary
Modifier and TypeMethodDescriptionbatchOperationId(String batchOperationId) Filter by batchOperationIdFilter by batchOperationId usingStringPropertyFilter by elementIdFilter by elementId usingStringPropertyFilter by stateFilter by elementInstanceState usingElementInstanceStatePropertyendDate(OffsetDateTime endDate) Filter by endDateFilter by endDate usingDateTimePropertyconsumererrorMessage(String errorMessage) Filter by error messageFilter by error message usingStringPropertyconsumerhasElementInstanceIncident(Boolean hasElementInstanceIncident) Filter by hasElementInstanceIncidenthasIncident(Boolean hasIncident) Filter by hasIncidenthasRetriesLeft(Boolean hasRetriesLeft) Filter by hasRetriesLeftincidentErrorHashCode(Integer incidentErrorHashCode) Filter by incidentErrorHashCodeFilter by incidentErrorHashCode usingIntegerPropertyparentElementInstanceKey(Long parentElementInstanceKey) Filter by parentElementInstanceKeyFilter by parentElementInstanceKey usingBasicLongPropertyconsumerparentProcessInstanceKey(Long parentProcessInstanceKey) Filter by parentProcessInstanceKeyFilter by parentProcessInstanceKey usingBasicLongPropertyconsumerprocessDefinitionId(String processDefinitionId) Filter by processDefinitionIdFilter by processDefinitionId usingStringPropertyprocessDefinitionKey(Long processDefinitionKey) Filter by processDefinitionKeyFilter by processDefinitionKey usingBasicLongPropertyconsumerprocessDefinitionName(String processDefinitionName) Filter by processDefinitionNameFilter by processDefinitionName usingStringPropertyconsumerprocessDefinitionVersion(Integer processDefinitionVersion) Filter by processDefinitionVersionFilter by processDefinitionVersion usingIntegerPropertyconsumerprocessDefinitionVersionTag(String processDefinitionVersionTag) Filter by processDefinitionVersionTagFilter by processDefinitionVersionTag usingStringPropertyconsumerprocessInstanceKey(Long processInstanceKey) Filter by processInstanceKeyFilter by processInstanceKey usingBasicLongPropertyconsumerstartDate(OffsetDateTime startDate) Filter by startDateFilter by startDate usingDateTimePropertyconsumerstate(ProcessInstanceState state) Filter by stateFilter by state usingProcessInstanceStatePropertyconsumerFilter by tagsFilter by tagsFilter by tenantIdFilter by tenantId usingStringPropertyconsumervariables(List<Consumer<VariableValueFilter>> variableValueFilters) Filter by variablesFilter by variables map
-
Method Details
-
processInstanceKey
Filter by processInstanceKey -
processInstanceKey
Filter by processInstanceKey usingBasicLongPropertyconsumer -
processDefinitionId
Filter by processDefinitionId -
processDefinitionId
Filter by processDefinitionId usingStringProperty -
processDefinitionName
Filter by processDefinitionName -
processDefinitionName
Filter by processDefinitionName usingStringPropertyconsumer -
processDefinitionVersion
Filter by processDefinitionVersion -
processDefinitionVersion
Filter by processDefinitionVersion usingIntegerPropertyconsumer -
processDefinitionVersionTag
Filter by processDefinitionVersionTag -
processDefinitionVersionTag
Filter by processDefinitionVersionTag usingStringPropertyconsumer -
processDefinitionKey
Filter by processDefinitionKey -
processDefinitionKey
Filter by processDefinitionKey usingBasicLongPropertyconsumer -
parentProcessInstanceKey
Filter by parentProcessInstanceKey -
parentProcessInstanceKey
Filter by parentProcessInstanceKey usingBasicLongPropertyconsumer -
parentElementInstanceKey
Filter by parentElementInstanceKey -
parentElementInstanceKey
Filter by parentElementInstanceKey usingBasicLongPropertyconsumer -
startDate
Filter by startDate -
startDate
Filter by startDate usingDateTimePropertyconsumer -
endDate
Filter by endDate -
endDate
Filter by endDate usingDateTimePropertyconsumer -
state
Filter by state -
state
Filter by state usingProcessInstanceStatePropertyconsumer -
hasIncident
Filter by hasIncident -
tenantId
Filter by tenantId -
tenantId
Filter by tenantId usingStringPropertyconsumer -
variables
Filter by variables -
variables
Filter by variables map -
batchOperationId
Filter by batchOperationId -
batchOperationId
Filter by batchOperationId usingStringProperty -
errorMessage
Filter by error message -
errorMessage
Filter by error message usingStringPropertyconsumer -
hasRetriesLeft
Filter by hasRetriesLeft -
elementId
Filter by elementId -
elementId
Filter by elementId usingStringProperty -
elementInstanceState
Filter by state -
elementInstanceState
Filter by elementInstanceState usingElementInstanceStateProperty -
hasElementInstanceIncident
Filter by hasElementInstanceIncident -
incidentErrorHashCode
Filter by incidentErrorHashCode -
incidentErrorHashCode
Filter by incidentErrorHashCode usingIntegerProperty -
tags
Filter by tags -
tags
Filter by tags
-