Interface DecisionDefinition
- All Superinterfaces:
- ResourceDefinition
- All Known Implementing Classes:
- DecisionDefinitionEntity
Definition of a decision resource
- 
Method SummaryModifier and TypeMethodDescriptionReturns the id of the related decision requirements definition.Returns the key of the related decision requirements definition.Version tag of the decision definition.Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinitiongetCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
- 
Method Details- 
getDecisionRequirementsDefinitionIdString getDecisionRequirementsDefinitionId()Returns the id of the related decision requirements definition. Can benullif the decision has no relations to other decisions.- Returns:
- the id of the decision requirements definition if exists.
 
- 
getDecisionRequirementsDefinitionKeyString getDecisionRequirementsDefinitionKey()Returns the key of the related decision requirements definition. Can benullif the decision has no relations to other decisions.- Returns:
- the key of the decision requirements definition if exists.
 
- 
getVersionTagString getVersionTag()Version tag of the decision definition.
 
-