Class FlownodeInstanceFilterImpl
java.lang.Object
io.camunda.client.impl.search.TypedSearchRequestPropertyProvider<FlowNodeInstanceFilter>
io.camunda.client.impl.search.filter.FlownodeInstanceFilterImpl
- All Implemented Interfaces:
FlownodeInstanceFilter,TypedSearchQueryRequest.SearchRequestFilter
public class FlownodeInstanceFilterImpl
extends TypedSearchRequestPropertyProvider<FlowNodeInstanceFilter>
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.protected FlowNodeInstanceFilterhasIncident(boolean value) Filters flow node instances by incident (has an incident)incidentKey(long value) Filters flow node instances by incident key.processDefinitionId(String value) Filters flow node instances by bpmn process id.processDefinitionKey(long value) Filters flow node instances by process definition key.processInstanceKey(long value) Filters flow node instances by process instance key.state(FlowNodeInstanceState value) Filters flow node instances by state.Filters flow node instances by tenant id.type(FlowNodeInstanceType value) Filters flow node instances by type.Methods inherited from class io.camunda.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
-
processDefinitionId
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by bpmn process id.- Specified by:
processDefinitionIdin interfaceFlownodeInstanceFilter- Parameters:
value- the bpmn process id 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
-
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
-
hasIncident
Description copied from interface:FlownodeInstanceFilterFilters flow node instances by incident (has an incident)- Specified by:
hasIncidentin 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
-
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<FlowNodeInstanceFilter>
-