public class DecisionImpl extends DrgElementImpl implements Decision
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedAnswers> |
allowedAnswersChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> |
authorityRequirementCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaHistoryTimeToLiveAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaVersionTag |
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionMakerReference> |
decisionMakerRefCollection |
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionOwnerReference> |
decisionOwnerRefCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression> |
expressionChild |
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<PerformanceIndicator,ImpactedPerformanceIndicatorReference> |
impactedPerformanceIndicatorRefCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InformationRequirement> |
informationRequirementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement> |
knowledgeRequirementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Question> |
questionChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<SupportedObjectiveReference> |
supportedObjectiveChildElementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingProcessReference> |
usingProcessCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingTaskReference> |
usingTaskCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable> |
variableChild |
nameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
DecisionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
getName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.child.ChildElement<Question> questionChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedAnswers> allowedAnswersChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable> variableChild
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InformationRequirement> informationRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement> knowledgeRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> authorityRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<SupportedObjectiveReference> supportedObjectiveChildElementCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<PerformanceIndicator,ImpactedPerformanceIndicatorReference> impactedPerformanceIndicatorRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionMakerReference> decisionMakerRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionOwnerReference> decisionOwnerRefCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingProcessReference> usingProcessCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingTaskReference> usingTaskCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression> expressionChild
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaHistoryTimeToLiveAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaVersionTag
public DecisionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public Question getQuestion()
getQuestion in interface Decisionpublic void setQuestion(Question question)
setQuestion in interface Decisionpublic AllowedAnswers getAllowedAnswers()
getAllowedAnswers in interface Decisionpublic void setAllowedAnswers(AllowedAnswers allowedAnswers)
setAllowedAnswers in interface Decisionpublic Variable getVariable()
getVariable in interface Decisionpublic void setVariable(Variable variable)
setVariable in interface Decisionpublic Collection<InformationRequirement> getInformationRequirements()
getInformationRequirements in interface Decisionpublic Collection<KnowledgeRequirement> getKnowledgeRequirements()
getKnowledgeRequirements in interface Decisionpublic Collection<AuthorityRequirement> getAuthorityRequirements()
getAuthorityRequirements in interface Decisionpublic Collection<SupportedObjectiveReference> getSupportedObjectiveReferences()
getSupportedObjectiveReferences in interface Decisionpublic Collection<PerformanceIndicator> getImpactedPerformanceIndicators()
getImpactedPerformanceIndicators in interface Decisionpublic Collection<OrganizationUnit> getDecisionMakers()
getDecisionMakers in interface Decisionpublic Collection<OrganizationUnit> getDecisionOwners()
getDecisionOwners in interface Decisionpublic Collection<UsingProcessReference> getUsingProcessReferences()
getUsingProcessReferences in interface Decisionpublic Collection<UsingTaskReference> getUsingTaskReferences()
getUsingTaskReferences in interface Decisionpublic Expression getExpression()
getExpression in interface Decisionpublic void setExpression(Expression expression)
setExpression in interface Decisionpublic Integer getCamundaHistoryTimeToLive()
getCamundaHistoryTimeToLive in interface Decisionpublic void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
setCamundaHistoryTimeToLive in interface Decisionpublic String getCamundaHistoryTimeToLiveString()
getCamundaHistoryTimeToLiveString in interface Decisionpublic void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
setCamundaHistoryTimeToLiveString in interface Decisionpublic String getVersionTag()
getVersionTag in interface Decisionpublic void setVersionTag(String inputVariable)
setVersionTag in interface Decisionpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.