Package io.camunda.service.search.filter
Record Class DecisionDefinitionFilter
java.lang.Object
java.lang.Record
io.camunda.service.search.filter.DecisionDefinitionFilter
- All Implemented Interfaces:
FilterBase
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDecisionDefinitionFilter(List<Long> decisionKeys, List<String> dmnDecisionIds, List<String> dmnDecisionNames, List<Integer> versions, List<String> dmnDecisionRequirementsIds, List<Long> decisionRequirementsKeys, List<String> tenantIds) Creates an instance of aDecisionDefinitionFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedecisionKeysrecord component.Returns the value of thedecisionRequirementsKeysrecord component.Returns the value of thedmnDecisionIdsrecord component.Returns the value of thedmnDecisionNamesrecord component.Returns the value of thedmnDecisionRequirementsIdsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thetenantIdsrecord component.final StringtoString()Returns a string representation of this record class.versions()Returns the value of theversionsrecord component.
-
Constructor Details
-
DecisionDefinitionFilter
public DecisionDefinitionFilter(List<Long> decisionKeys, List<String> dmnDecisionIds, List<String> dmnDecisionNames, List<Integer> versions, List<String> dmnDecisionRequirementsIds, List<Long> decisionRequirementsKeys, List<String> tenantIds) Creates an instance of aDecisionDefinitionFilterrecord class.- Parameters:
decisionKeys- the value for thedecisionKeysrecord componentdmnDecisionIds- the value for thedmnDecisionIdsrecord componentdmnDecisionNames- the value for thedmnDecisionNamesrecord componentversions- the value for theversionsrecord componentdmnDecisionRequirementsIds- the value for thedmnDecisionRequirementsIdsrecord componentdecisionRequirementsKeys- the value for thedecisionRequirementsKeysrecord 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). -
decisionKeys
Returns the value of thedecisionKeysrecord component.- Returns:
- the value of the
decisionKeysrecord component
-
dmnDecisionIds
Returns the value of thedmnDecisionIdsrecord component.- Returns:
- the value of the
dmnDecisionIdsrecord component
-
dmnDecisionNames
Returns the value of thedmnDecisionNamesrecord component.- Returns:
- the value of the
dmnDecisionNamesrecord component
-
versions
Returns the value of theversionsrecord component.- Returns:
- the value of the
versionsrecord component
-
dmnDecisionRequirementsIds
Returns the value of thedmnDecisionRequirementsIdsrecord component.- Returns:
- the value of the
dmnDecisionRequirementsIdsrecord component
-
decisionRequirementsKeys
Returns the value of thedecisionRequirementsKeysrecord component.- Returns:
- the value of the
decisionRequirementsKeysrecord component
-
tenantIds
Returns the value of thetenantIdsrecord component.- Returns:
- the value of the
tenantIdsrecord component
-