Class FlownodeInstanceFilterImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider<FlowNodeInstanceFilterRequest>
io.camunda.zeebe.client.impl.search.filter.FlownodeInstanceFilterImpl
- All Implemented Interfaces:
FlownodeInstanceFilter,TypedSearchQueryRequest.SearchRequestFilter
public class FlownodeInstanceFilterImpl
extends TypedSearchRequestPropertyProvider<FlowNodeInstanceFilterRequest>
implements FlownodeInstanceFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionflowNodeId(String value) Filters flow node instances by flow node id.flowNodeInstanceKey(long value) Filters flow node instances by the specified key.flowNodeName(String value) Filters flow node instances by flow node name.protected FlowNodeInstanceFilterRequestincident(boolean value) Filters flow node instances by incident (has an incident)incidentKey(long value) Filters flow node instances by incident key.processDefinitionKey(long value) Filters flow node instances by process definition key.processInstanceKey(long value) Filters flow node instances by process instance key.Filters flow node instances by state.Filters flow node instances by tenant id.Filters flow node instances by tree path.Filters flow node instances by type.Methods inherited from class io.camunda.zeebe.client.impl.search.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
FlownodeInstanceFilterImpl
public FlownodeInstanceFilterImpl()
-
-
Method Details
-
flowNodeInstanceKey
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by the specified key.- Specified by:
flowNodeInstanceKeyin interfaceFlownodeInstanceFilter- Parameters:
value- the key of flow node instance- Returns:
- the updated filter
-
processDefinitionKey
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by process definition key.- Specified by:
processDefinitionKeyin interfaceFlownodeInstanceFilter- Parameters:
value- the process definition key of flow node instance- Returns:
- the updated filter
-
processInstanceKey
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by process instance key.- Specified by:
processInstanceKeyin interfaceFlownodeInstanceFilter- Parameters:
value- the process instance key of flow node instance- Returns:
- the updated filter
-
flowNodeId
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by flow node id.- Specified by:
flowNodeIdin interfaceFlownodeInstanceFilter- Parameters:
value- the flow node id of flow node instance- Returns:
- the updated filter
-
flowNodeName
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by flow node name.- Specified by:
flowNodeNamein interfaceFlownodeInstanceFilter- Parameters:
value- the flow node name of flow node instance- Returns:
- the updated filter
-
state
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by state.- Specified by:
statein interfaceFlownodeInstanceFilter- Parameters:
value- the state of flow node instance- Returns:
- the updated filter
-
type
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by type.- Specified by:
typein interfaceFlownodeInstanceFilter- Parameters:
value- the type of flow node instance- Returns:
- the updated filter
-
incident
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by incident (has an incident)- Specified by:
incidentin interfaceFlownodeInstanceFilter- Parameters:
value- has the flow node instance an incident- Returns:
- the updated filter
-
incidentKey
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by incident key.- Specified by:
incidentKeyin interfaceFlownodeInstanceFilter- Parameters:
value- the incident key for flow node instance- Returns:
- the updated filter
-
treePath
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by tree path.- Specified by:
treePathin interfaceFlownodeInstanceFilter- Parameters:
value- the tree path of flow node instance- Returns:
- the updated filter
-
tenantId
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by tenant id.- Specified by:
tenantIdin interfaceFlownodeInstanceFilter- Parameters:
value- the tenant id for flow node instance- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<FlowNodeInstanceFilterRequest>
-