public interface Decision extends DrgElement
Modifier and Type | Method and Description |
---|---|
AllowedAnswers |
getAllowedAnswers() |
Collection<AuthorityRequirement> |
getAuthorityRequirements() |
Integer |
getCamundaHistoryTimeToLive() |
Collection<OrganizationUnit> |
getDecisionMakers() |
Collection<OrganizationUnit> |
getDecisionOwners() |
Expression |
getExpression() |
Collection<PerformanceIndicator> |
getImpactedPerformanceIndicators() |
Collection<InformationRequirement> |
getInformationRequirements() |
Collection<KnowledgeRequirement> |
getKnowledgeRequirements() |
Question |
getQuestion() |
Collection<SupportedObjectiveReference> |
getSupportedObjectiveReferences() |
Collection<UsingProcessReference> |
getUsingProcessReferences() |
Collection<UsingTaskReference> |
getUsingTaskReferences() |
Variable |
getVariable() |
void |
setAllowedAnswers(AllowedAnswers allowedAnswers) |
void |
setCamundaHistoryTimeToLive(Integer inputVariable) |
void |
setExpression(Expression expression) |
void |
setQuestion(Question question) |
void |
setVariable(Variable variable) |
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
Question getQuestion()
void setQuestion(Question question)
AllowedAnswers getAllowedAnswers()
void setAllowedAnswers(AllowedAnswers allowedAnswers)
Variable getVariable()
void setVariable(Variable variable)
Collection<InformationRequirement> getInformationRequirements()
Collection<KnowledgeRequirement> getKnowledgeRequirements()
Collection<AuthorityRequirement> getAuthorityRequirements()
Collection<SupportedObjectiveReference> getSupportedObjectiveReferences()
Collection<PerformanceIndicator> getImpactedPerformanceIndicators()
Collection<OrganizationUnit> getDecisionMakers()
Collection<OrganizationUnit> getDecisionOwners()
Collection<UsingProcessReference> getUsingProcessReferences()
Collection<UsingTaskReference> getUsingTaskReferences()
Expression getExpression()
void setExpression(Expression expression)
Integer getCamundaHistoryTimeToLive()
void setCamundaHistoryTimeToLive(Integer inputVariable)
Copyright © 2017. All rights reserved.