Record Class IncidentFilter

java.lang.Object
java.lang.Record
io.camunda.service.search.filter.IncidentFilter
All Implemented Interfaces:
FilterBase

public record IncidentFilter(List<Long> keys, List<Long> processDefinitionKeys, List<String> bpmnProcessIds, List<Long> processInstanceKeys, List<IncidentEntity.ErrorType> errorTypes, List<String> errorMessages, List<String> flowNodeIds, List<Long> flowNodeInstanceKeys, DateValueFilter creationTime, List<IncidentEntity.IncidentState> states, List<Long> jobKeys, List<String> treePaths, List<String> tenantIds) extends Record implements FilterBase
  • Constructor Details

    • IncidentFilter

      public IncidentFilter(List<Long> keys, List<Long> processDefinitionKeys, List<String> bpmnProcessIds, List<Long> processInstanceKeys, List<IncidentEntity.ErrorType> errorTypes, List<String> errorMessages, List<String> flowNodeIds, List<Long> flowNodeInstanceKeys, DateValueFilter creationTime, List<IncidentEntity.IncidentState> states, List<Long> jobKeys, List<String> treePaths, List<String> tenantIds)
      Creates an instance of a IncidentFilter record class.
      Parameters:
      keys - the value for the keys record component
      processDefinitionKeys - the value for the processDefinitionKeys record component
      bpmnProcessIds - the value for the bpmnProcessIds record component
      processInstanceKeys - the value for the processInstanceKeys record component
      errorTypes - the value for the errorTypes record component
      errorMessages - the value for the errorMessages record component
      flowNodeIds - the value for the flowNodeIds record component
      flowNodeInstanceKeys - the value for the flowNodeInstanceKeys record component
      creationTime - the value for the creationTime record component
      states - the value for the states record component
      jobKeys - the value for the jobKeys record component
      treePaths - the value for the treePaths 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.
    • keys

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

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

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

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

      public List<IncidentEntity.ErrorType> errorTypes()
      Returns the value of the errorTypes record component.
      Returns:
      the value of the errorTypes record component
    • errorMessages

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

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

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

      public DateValueFilter creationTime()
      Returns the value of the creationTime record component.
      Returns:
      the value of the creationTime record component
    • states

      Returns the value of the states record component.
      Returns:
      the value of the states record component
    • jobKeys

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

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

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