Class DecisionDefinitionImpl
java.lang.Object
io.camunda.client.impl.search.response.DecisionDefinitionImpl
- All Implemented Interfaces:
Decision,DecisionDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionDecisionDefinitionImpl(String dmnDecisionId, String dmnDecisionName, int version, long decisionKey, String dmnDecisionRequirementsId, long decisionRequirementsKey, String tenantId) -
Method Summary
-
Constructor Details
-
DecisionDefinitionImpl
-
DecisionDefinitionImpl
-
-
Method Details
-
getDmnDecisionId
- Specified by:
getDmnDecisionIdin interfaceDecision- Returns:
- the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
-
getDmnDecisionName
- Specified by:
getDmnDecisionNamein interfaceDecision- Returns:
- the dmn name of the decision, as parsed during deployment
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceDecision- Returns:
- the assigned decision version
-
getDecisionKey
public long getDecisionKey()- Specified by:
getDecisionKeyin interfaceDecision- Returns:
- the assigned decision key, which acts as a unique identifier for this decision
-
getDmnDecisionRequirementsId
- Specified by:
getDmnDecisionRequirementsIdin interfaceDecision- Returns:
- the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment
-
getDecisionRequirementsKey
public long getDecisionRequirementsKey()- Specified by:
getDecisionRequirementsKeyin interfaceDecision- Returns:
- the assigned key of the decision requirements graph that this decision is part of
-
getTenantId
- Specified by:
getTenantIdin interfaceDecision- Returns:
- the tenant identifier that owns this decision
-
hashCode
public int hashCode() -
equals
-
toString
-