Package io.camunda.service.search.filter
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIncidentFilter(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 aIncidentFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebpmnProcessIdsrecord component.Returns the value of thecreationTimerecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theerrorMessagesrecord component.Returns the value of theerrorTypesrecord component.Returns the value of theflowNodeIdsrecord component.Returns the value of theflowNodeInstanceKeysrecord component.final inthashCode()Returns a hash code value for this object.jobKeys()Returns the value of thejobKeysrecord component.keys()Returns the value of thekeysrecord 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.
-
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 aIncidentFilterrecord class.- Parameters:
keys- the value for thekeysrecord componentprocessDefinitionKeys- the value for theprocessDefinitionKeysrecord componentbpmnProcessIds- the value for thebpmnProcessIdsrecord componentprocessInstanceKeys- the value for theprocessInstanceKeysrecord componenterrorTypes- the value for theerrorTypesrecord componenterrorMessages- the value for theerrorMessagesrecord componentflowNodeIds- the value for theflowNodeIdsrecord componentflowNodeInstanceKeys- the value for theflowNodeInstanceKeysrecord componentcreationTime- the value for thecreationTimerecord componentstates- the value for thestatesrecord componentjobKeys- the value for thejobKeysrecord componenttreePaths- the value for thetreePathsrecord 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). -
keys
Returns the value of thekeysrecord component.- Returns:
- the value of the
keysrecord component
-
processDefinitionKeys
Returns the value of theprocessDefinitionKeysrecord component.- Returns:
- the value of the
processDefinitionKeysrecord component
-
bpmnProcessIds
Returns the value of thebpmnProcessIdsrecord component.- Returns:
- the value of the
bpmnProcessIdsrecord component
-
processInstanceKeys
Returns the value of theprocessInstanceKeysrecord component.- Returns:
- the value of the
processInstanceKeysrecord component
-
errorTypes
Returns the value of theerrorTypesrecord component.- Returns:
- the value of the
errorTypesrecord component
-
errorMessages
Returns the value of theerrorMessagesrecord component.- Returns:
- the value of the
errorMessagesrecord component
-
flowNodeIds
Returns the value of theflowNodeIdsrecord component.- Returns:
- the value of the
flowNodeIdsrecord component
-
flowNodeInstanceKeys
Returns the value of theflowNodeInstanceKeysrecord component.- Returns:
- the value of the
flowNodeInstanceKeysrecord component
-
creationTime
Returns the value of thecreationTimerecord component.- Returns:
- the value of the
creationTimerecord component
-
states
Returns the value of thestatesrecord component.- Returns:
- the value of the
statesrecord component
-
jobKeys
Returns the value of thejobKeysrecord component.- Returns:
- the value of the
jobKeysrecord component
-
treePaths
Returns the value of thetreePathsrecord component.- Returns:
- the value of the
treePathsrecord component
-
tenantIds
Returns the value of thetenantIdsrecord component.- Returns:
- the value of the
tenantIdsrecord component
-