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
  • 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 a FlowNodeInstanceFilter record class.
      Parameters:
      flowNodeInstanceKeys - the value for the flowNodeInstanceKeys record component
      processInstanceKeys - the value for the processInstanceKeys record component
      processDefinitionKeys - the value for the processDefinitionKeys record component
      states - the value for the states record component
      types - the value for the types record component
      flowNodeIds - the value for the flowNodeIds record component
      flowNodeNames - the value for the flowNodeNames record component
      treePaths - the value for the treePaths record component
      incident - the value for the incident record component
      incidentKeys - the value for the incidentKeys record component
      tenantIds - the value for the tenantIds record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • flowNodeInstanceKeys

      public List<Long> flowNodeInstanceKeys()
      Returns the value of the flowNodeInstanceKeys record component.
      Returns:
      the value of the flowNodeInstanceKeys record component
    • processInstanceKeys

      public List<Long> processInstanceKeys()
      Returns the value of the processInstanceKeys record component.
      Returns:
      the value of the processInstanceKeys record component
    • processDefinitionKeys

      public List<Long> processDefinitionKeys()
      Returns the value of the processDefinitionKeys record component.
      Returns:
      the value of the processDefinitionKeys record component
    • states

      public List<String> states()
      Returns the value of the states record component.
      Returns:
      the value of the states record component
    • types

      public List<String> types()
      Returns the value of the types record component.
      Returns:
      the value of the types record component
    • flowNodeIds

      public List<String> flowNodeIds()
      Returns the value of the flowNodeIds record component.
      Returns:
      the value of the flowNodeIds record component
    • flowNodeNames

      public List<String> flowNodeNames()
      Returns the value of the flowNodeNames record component.
      Returns:
      the value of the flowNodeNames record component
    • treePaths

      public List<String> treePaths()
      Returns the value of the treePaths record component.
      Returns:
      the value of the treePaths record component
    • incident

      public Boolean incident()
      Returns the value of the incident record component.
      Returns:
      the value of the incident record component
    • incidentKeys

      public List<Long> incidentKeys()
      Returns the value of the incidentKeys record component.
      Returns:
      the value of the incidentKeys record component
    • tenantIds

      public List<String> tenantIds()
      Returns the value of the tenantIds record component.
      Returns:
      the value of the tenantIds record component