Interface Decision
- 
- All Superinterfaces:
 DmnElement,DmnModelElementInstance,DrgElement,ModelElementInstance,NamedElement
- All Known Implementing Classes:
 DecisionImpl
public interface Decision extends DrgElement
 
- 
- 
Method Summary
- 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel 
- 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement 
- 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getQuestion
Question getQuestion()
 
- 
setQuestion
void setQuestion(Question question)
 
- 
getAllowedAnswers
AllowedAnswers getAllowedAnswers()
 
- 
setAllowedAnswers
void setAllowedAnswers(AllowedAnswers allowedAnswers)
 
- 
getVariable
Variable getVariable()
 
- 
setVariable
void setVariable(Variable variable)
 
- 
getInformationRequirements
java.util.Collection<InformationRequirement> getInformationRequirements()
 
- 
getKnowledgeRequirements
java.util.Collection<KnowledgeRequirement> getKnowledgeRequirements()
 
- 
getAuthorityRequirements
java.util.Collection<AuthorityRequirement> getAuthorityRequirements()
 
- 
getSupportedObjectiveReferences
java.util.Collection<SupportedObjectiveReference> getSupportedObjectiveReferences()
 
- 
getImpactedPerformanceIndicators
java.util.Collection<PerformanceIndicator> getImpactedPerformanceIndicators()
 
- 
getDecisionMakers
java.util.Collection<OrganizationUnit> getDecisionMakers()
 
- 
getDecisionOwners
java.util.Collection<OrganizationUnit> getDecisionOwners()
 
- 
getUsingProcessReferences
java.util.Collection<UsingProcessReference> getUsingProcessReferences()
 
- 
getUsingTaskReferences
java.util.Collection<UsingTaskReference> getUsingTaskReferences()
 
- 
getExpression
Expression getExpression()
 
- 
setExpression
void setExpression(Expression expression)
 
- 
getCamundaHistoryTimeToLive
@Deprecated java.lang.Integer getCamundaHistoryTimeToLive()
Deprecated. 
- 
setCamundaHistoryTimeToLive
@Deprecated void setCamundaHistoryTimeToLive(java.lang.Integer historyTimeToLive)
Deprecated. 
- 
getCamundaHistoryTimeToLiveString
java.lang.String getCamundaHistoryTimeToLiveString()
 
- 
setCamundaHistoryTimeToLiveString
void setCamundaHistoryTimeToLiveString(java.lang.String historyTimeToLive)
 
- 
getVersionTag
java.lang.String getVersionTag()
 
- 
setVersionTag
void setVersionTag(java.lang.String inputValue)
 
 - 
 
 -