Package io.camunda.service.search.filter
Record Class FlowNodeInstanceFilter
java.lang.Object
java.lang.Record
io.camunda.service.search.filter.FlowNodeInstanceFilter
- All Implemented Interfaces:
FilterBase
public record FlowNodeInstanceFilter(List<Long> flowNodeInstanceKeys, List<Long> processInstanceKeys, List<Long> processDefinitionKeys, List<String> states, List<String> types, List<String> flowNodeIds, List<String> flowNodeNames, List<String> treePaths, Boolean incident, List<Long> incidentKeys, List<String> tenantIds)
extends Record
implements FilterBase
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFlowNodeInstanceFilter(List<Long> flowNodeInstanceKeys, List<Long> processInstanceKeys, List<Long> processDefinitionKeys, List<String> states, List<String> types, List<String> flowNodeIds, List<String> flowNodeNames, List<String> treePaths, Boolean incident, List<Long> incidentKeys, List<String> tenantIds) Creates an instance of aFlowNodeInstanceFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theflowNodeIdsrecord component.Returns the value of theflowNodeInstanceKeysrecord component.Returns the value of theflowNodeNamesrecord component.final inthashCode()Returns a hash code value for this object.incident()Returns the value of theincidentrecord component.Returns the value of theincidentKeysrecord component.Returns the value of theprocessDefinitionKeysrecord component.Returns the value of theprocessInstanceKeysrecord component.states()Returns the value of thestatesrecord component.Returns the value of thetenantIdsrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetreePathsrecord component.types()Returns the value of thetypesrecord component.
-
Constructor Details
-
FlowNodeInstanceFilter
public FlowNodeInstanceFilter(List<Long> flowNodeInstanceKeys, List<Long> processInstanceKeys, List<Long> processDefinitionKeys, List<String> states, List<String> types, List<String> flowNodeIds, List<String> flowNodeNames, List<String> treePaths, Boolean incident, List<Long> incidentKeys, List<String> tenantIds) Creates an instance of aFlowNodeInstanceFilterrecord class.- Parameters:
flowNodeInstanceKeys- the value for theflowNodeInstanceKeysrecord componentprocessInstanceKeys- the value for theprocessInstanceKeysrecord componentprocessDefinitionKeys- the value for theprocessDefinitionKeysrecord componentstates- the value for thestatesrecord componenttypes- the value for thetypesrecord componentflowNodeIds- the value for theflowNodeIdsrecord componentflowNodeNames- the value for theflowNodeNamesrecord componenttreePaths- the value for thetreePathsrecord componentincident- the value for theincidentrecord componentincidentKeys- the value for theincidentKeysrecord componenttenantIds- the value for thetenantIdsrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
flowNodeInstanceKeys
Returns the value of theflowNodeInstanceKeysrecord component.- Returns:
- the value of the
flowNodeInstanceKeysrecord component
-
processInstanceKeys
Returns the value of theprocessInstanceKeysrecord component.- Returns:
- the value of the
processInstanceKeysrecord component
-
processDefinitionKeys
Returns the value of theprocessDefinitionKeysrecord component.- Returns:
- the value of the
processDefinitionKeysrecord component
-
states
Returns the value of thestatesrecord component.- Returns:
- the value of the
statesrecord component
-
types
Returns the value of thetypesrecord component.- Returns:
- the value of the
typesrecord component
-
flowNodeIds
Returns the value of theflowNodeIdsrecord component.- Returns:
- the value of the
flowNodeIdsrecord component
-
flowNodeNames
Returns the value of theflowNodeNamesrecord component.- Returns:
- the value of the
flowNodeNamesrecord component
-
treePaths
Returns the value of thetreePathsrecord component.- Returns:
- the value of the
treePathsrecord component
-
incident
Returns the value of theincidentrecord component.- Returns:
- the value of the
incidentrecord component
-
incidentKeys
Returns the value of theincidentKeysrecord component.- Returns:
- the value of the
incidentKeysrecord component
-
tenantIds
Returns the value of thetenantIdsrecord component.- Returns:
- the value of the
tenantIdsrecord component
-