org.camunda.bpm.model.dmn.instance
Interface Decision

All Superinterfaces:
DmnElement, DmnModelElementInstance, DrgElement, org.camunda.bpm.model.xml.instance.ModelElementInstance, NamedElement
All Known Implementing Classes:
DecisionImpl

public interface Decision
extends DrgElement


Method Summary
 AllowedAnswers getAllowedAnswers()
           
 Collection<AuthorityRequirement> getAuthorityRequirements()
           
 Integer getCamundaHistoryTimeToLive()
          Deprecated. 
 String getCamundaHistoryTimeToLiveString()
           
 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()
           
 String getVersionTag()
           
 void setAllowedAnswers(AllowedAnswers allowedAnswers)
           
 void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
          Deprecated. 
 void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
           
 void setExpression(Expression expression)
           
 void setQuestion(Question question)
           
 void setVariable(Variable variable)
           
 void setVersionTag(String inputValue)
           
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
 
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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

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

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

void setExpression(Expression expression)

getCamundaHistoryTimeToLive

@Deprecated
Integer getCamundaHistoryTimeToLive()
Deprecated. 


setCamundaHistoryTimeToLive

@Deprecated
void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
Deprecated. 


getCamundaHistoryTimeToLiveString

String getCamundaHistoryTimeToLiveString()

setCamundaHistoryTimeToLiveString

void setCamundaHistoryTimeToLiveString(String historyTimeToLive)

getVersionTag

String getVersionTag()

setVersionTag

void setVersionTag(String inputValue)


Copyright © 2017 camunda services GmbH. All rights reserved.