Class ProcessInstanceFilterImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider<ProcessInstanceFilterRequest>
io.camunda.zeebe.client.impl.search.filter.ProcessInstanceFilterImpl
- All Implemented Interfaces:
ProcessInstanceFilter,TypedSearchQueryRequest.SearchRequestFilter
public class ProcessInstanceFilterImpl
extends TypedSearchRequestPropertyProvider<ProcessInstanceFilterRequest>
implements ProcessInstanceFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter by activeactivityId(String activityId) Filter by activityIdbatchOperationId(String batchOperationId) Filter by batchOperationIdbpmnProcessId(String bpmnProcessId) Filter by bpmnProcessIdFilter by canceledFilter by completedFilter by endDateerrorMessage(String errorMessage) Filter by errorMessageFilter by finishedprotected ProcessInstanceFilterRequestFilter by incidentsparentProcessInstanceKey(Long parentProcessInstanceKey) Filter by parentProcessInstanceKeyprocessDefinitionVersion(Integer processDefinitionVersion) Filter by processDefinitionVersionretriesLeft(Boolean retriesLeft) Filter by retriesLeftFilter by runningFilter by startDateFilter by tenantIdvariable(ProcessInstanceVariableFilterRequest variable) Filter by variableMethods inherited from class io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
ProcessInstanceFilterImpl
public ProcessInstanceFilterImpl()
-
-
Method Details
-
running
Description copied from interface:ProcessInstanceFilterFilter by running- Specified by:
runningin interfaceProcessInstanceFilter
-
active
Description copied from interface:ProcessInstanceFilterFilter by active- Specified by:
activein interfaceProcessInstanceFilter
-
incidents
Description copied from interface:ProcessInstanceFilterFilter by incidents- Specified by:
incidentsin interfaceProcessInstanceFilter
-
finished
Description copied from interface:ProcessInstanceFilterFilter by finished- Specified by:
finishedin interfaceProcessInstanceFilter
-
completed
Description copied from interface:ProcessInstanceFilterFilter by completed- Specified by:
completedin interfaceProcessInstanceFilter
-
canceled
Description copied from interface:ProcessInstanceFilterFilter by canceled- Specified by:
canceledin interfaceProcessInstanceFilter
-
retriesLeft
Description copied from interface:ProcessInstanceFilterFilter by retriesLeft- Specified by:
retriesLeftin interfaceProcessInstanceFilter
-
errorMessage
Description copied from interface:ProcessInstanceFilterFilter by errorMessage- Specified by:
errorMessagein interfaceProcessInstanceFilter
-
activityId
Description copied from interface:ProcessInstanceFilterFilter by activityId- Specified by:
activityIdin interfaceProcessInstanceFilter
-
startDate
Description copied from interface:ProcessInstanceFilterFilter by startDate- Specified by:
startDatein interfaceProcessInstanceFilter
-
endDate
Description copied from interface:ProcessInstanceFilterFilter by endDate- Specified by:
endDatein interfaceProcessInstanceFilter
-
bpmnProcessId
Description copied from interface:ProcessInstanceFilterFilter by bpmnProcessId- Specified by:
bpmnProcessIdin interfaceProcessInstanceFilter
-
processDefinitionVersion
Description copied from interface:ProcessInstanceFilterFilter by processDefinitionVersion- Specified by:
processDefinitionVersionin interfaceProcessInstanceFilter
-
variable
Description copied from interface:ProcessInstanceFilterFilter by variable- Specified by:
variablein interfaceProcessInstanceFilter
-
batchOperationId
Description copied from interface:ProcessInstanceFilterFilter by batchOperationId- Specified by:
batchOperationIdin interfaceProcessInstanceFilter
-
parentProcessInstanceKey
Description copied from interface:ProcessInstanceFilterFilter by parentProcessInstanceKey- Specified by:
parentProcessInstanceKeyin interfaceProcessInstanceFilter
-
tenantId
Description copied from interface:ProcessInstanceFilterFilter by tenantId- Specified by:
tenantIdin interfaceProcessInstanceFilter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<ProcessInstanceFilterRequest>
-