org.camunda.bpm.engine.repository
Interface DecisionDefinition

All Superinterfaces:
ResourceDefinition
All Known Implementing Classes:
DecisionDefinitionEntity

public interface DecisionDefinition
extends ResourceDefinition

Definition of a decision resource


Method Summary
 String getDecisionRequirementsDefinitionId()
          Returns the id of the related decision requirements definition.
 
Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinition
getCategory, getDeploymentId, getDiagramResourceName, getId, getKey, getName, getResourceName, getTenantId, getVersion
 

Method Detail

getDecisionRequirementsDefinitionId

String getDecisionRequirementsDefinitionId()
Returns the id of the related decision requirements definition. Can be null if the decision has no relations to other decisions.

Returns:
the id of the decision requirements definition if exists.


Copyright © 2016 camunda services GmbH. All rights reserved.