Interface ProcessDefinitionStatisticsFilterBase
- All Superinterfaces:
StatisticsRequest.StatisticsRequestFilter
- All Known Subinterfaces:
ProcessDefinitionStatisticsFilter
- All Known Implementing Classes:
ProcessDefinitionStatisticsFilterImpl
public interface ProcessDefinitionStatisticsFilterBase
extends StatisticsRequest.StatisticsRequestFilter
-
Method Summary
Modifier and TypeMethodDescriptionbatchOperationId(String batchOperationId) Filter by batchOperationIdFilter by batchOperationId usingStringPropertyFilter by elementIdFilter by elementId usingStringPropertyFilter by elementInstanceStateFilter 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 usingBasicLongPropertyconsumerprocessInstanceKey(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 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 -
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
ProcessDefinitionStatisticsFilterBase variables(List<Consumer<VariableValueFilter>> variableValueFilters) 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 elementInstanceState -
elementInstanceState
ProcessDefinitionStatisticsFilterBase elementInstanceState(Consumer<ElementInstanceStateProperty> fn) Filter by elementInstanceState usingElementInstanceStateProperty -
hasElementInstanceIncident
ProcessDefinitionStatisticsFilterBase hasElementInstanceIncident(Boolean hasElementInstanceIncident) Filter by hasElementInstanceIncident -
incidentErrorHashCode
Filter by incidentErrorHashCode -
incidentErrorHashCode
Filter by incidentErrorHashCode usingIntegerProperty
-