Class ProcessInstanceFilterImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider<ProcessInstanceFilterRequest>
io.camunda.zeebe.client.impl.search.ProcessInstanceFilterImpl
- All Implemented Interfaces:
ProcessInstanceFilter,TypedSearchQueryRequest.SearchRequestFilter
public class ProcessInstanceFilterImpl
extends TypedSearchRequestPropertyProvider<ProcessInstanceFilterRequest>
implements ProcessInstanceFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessInstanceFilterRequestprocessInstanceKeys(Long... values) Filter by process instance keys.processInstanceKeys(List<Long> values) Filter by process instance keys.variable(VariableValueFilter value) Filter by variable values.Filter by variable values.Methods inherited from class io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
ProcessInstanceFilterImpl
public ProcessInstanceFilterImpl()
-
-
Method Details
-
processInstanceKeys
Description copied from interface:ProcessInstanceFilterFilter by process instance keys.- Specified by:
processInstanceKeysin interfaceProcessInstanceFilter
-
processInstanceKeys
Description copied from interface:ProcessInstanceFilterFilter by process instance keys.- Specified by:
processInstanceKeysin interfaceProcessInstanceFilter
-
variable
Description copied from interface:ProcessInstanceFilterFilter by variable values.- Specified by:
variablein interfaceProcessInstanceFilter
-
variable
Description copied from interface:ProcessInstanceFilterFilter by variable values.- Specified by:
variablein interfaceProcessInstanceFilter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<ProcessInstanceFilterRequest>
-