Package io.camunda.service.search.filter
Class FlowNodeInstanceFilter.Builder
java.lang.Object
io.camunda.service.search.filter.FlowNodeInstanceFilter.Builder
- All Implemented Interfaces:
ObjectBuilder<FlowNodeInstanceFilter>
- Enclosing class:
FlowNodeInstanceFilter
public static final class FlowNodeInstanceFilter.Builder
extends Object
implements ObjectBuilder<FlowNodeInstanceFilter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()flowNodeIds(String... values) flowNodeIds(List<String> values) flowNodeInstanceKeys(Long... values) flowNodeInstanceKeys(List<Long> values) flowNodeNames(String... values) flowNodeNames(List<String> values) incidentKeys(Long... values) incidentKeys(List<Long> values) processDefinitionKeys(Long... values) processDefinitionKeys(List<Long> values) processInstanceKeys(Long... values) processInstanceKeys(List<Long> values)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flowNodeInstanceKeys
-
flowNodeInstanceKeys
-
processInstanceKeys
-
processInstanceKeys
-
processDefinitionKeys
-
processDefinitionKeys
-
states
-
states
-
types
-
types
-
flowNodeIds
-
flowNodeIds
-
flowNodeNames
-
flowNodeNames
-
treePaths
-
treePaths
-
incident
-
incidentKeys
-
incidentKeys
-
tenantIds
-
tenantIds
-
build
- Specified by:
buildin interfaceObjectBuilder<FlowNodeInstanceFilter>
-