Interface Decision
- All Superinterfaces:
DmnElement,DmnModelElementInstance,DrgElement,ModelElementInstance,NamedElement
- All Known Implementing Classes:
DecisionImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntegerDeprecated, for removal: This API element is subject to removal in a future version.voidsetAllowedAnswers(AllowedAnswers allowedAnswers) voidsetExpression(Expression expression) default voidsetOperatonHistoryTimeToLive(Integer historyTimeToLive) Deprecated, for removal: This API element is subject to removal in a future version.since 1.0, usesetOperatonHistoryTimeToLiveString(String)instead, which accepts the value as a String for more flexible configuration.voidsetOperatonHistoryTimeToLiveString(String historyTimeToLive) voidsetQuestion(Question question) voidsetVariable(Variable variable) voidsetVersionTag(String inputValue) Methods inherited from interface org.operaton.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods inherited from interface org.operaton.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, updateAfterReplacementMethods inherited from interface org.operaton.bpm.model.dmn.instance.NamedElement
getName, setName
-
Method Details
-
getQuestion
Question getQuestion() -
setQuestion
-
getAllowedAnswers
AllowedAnswers getAllowedAnswers() -
setAllowedAnswers
-
getVariable
Variable getVariable() -
setVariable
-
getInformationRequirements
Collection<InformationRequirement> getInformationRequirements() -
getKnowledgeRequirements
Collection<KnowledgeRequirement> getKnowledgeRequirements() -
getAuthorityRequirements
Collection<AuthorityRequirement> getAuthorityRequirements() -
getSupportedObjectiveReferences
Collection<SupportedObjectiveReference> getSupportedObjectiveReferences() -
getImpactedPerformanceIndicators
Collection<PerformanceIndicator> getImpactedPerformanceIndicators() -
getDecisionMakers
Collection<OrganizationUnit> getDecisionMakers() -
getDecisionOwners
Collection<OrganizationUnit> getDecisionOwners() -
getUsingProcessReferences
Collection<UsingProcessReference> getUsingProcessReferences() -
getUsingTaskReferences
Collection<UsingTaskReference> getUsingTaskReferences() -
getExpression
Expression getExpression() -
setExpression
-
getOperatonHistoryTimeToLive
Deprecated, for removal: This API element is subject to removal in a future version.since 1.0, usegetOperatonHistoryTimeToLiveString()instead, which returns the value as a String for more flexible configuration. -
setOperatonHistoryTimeToLive
@Deprecated(since="1.0", forRemoval=true) default void setOperatonHistoryTimeToLive(Integer historyTimeToLive) Deprecated, for removal: This API element is subject to removal in a future version.since 1.0, usesetOperatonHistoryTimeToLiveString(String)instead, which accepts the value as a String for more flexible configuration. -
getOperatonHistoryTimeToLiveString
String getOperatonHistoryTimeToLiveString() -
setOperatonHistoryTimeToLiveString
-
getVersionTag
String getVersionTag() -
setVersionTag
-
getOperatonHistoryTimeToLiveString()instead, which returns the value as a String for more flexible configuration.