Class DecisionImpl
- All Implemented Interfaces:
Decision
,DmnElement
,DmnModelElementInstance
,DrgElement
,NamedElement
,ModelElementInstance
-
Field Summary
Modifier and TypeFieldDescriptionprotected static ChildElement<AllowedAnswers>
protected static ChildElementCollection<AuthorityRequirement>
protected static ElementReferenceCollection<OrganizationUnit,
DecisionMakerReference> protected static ElementReferenceCollection<OrganizationUnit,
DecisionOwnerReference> protected static ChildElement<Expression>
protected static ElementReferenceCollection<PerformanceIndicator,
ImpactedPerformanceIndicatorReference> protected static ChildElementCollection<InformationRequirement>
protected static ChildElementCollection<KnowledgeRequirement>
protected static ChildElement<Question>
protected static ChildElementCollection<SupportedObjectiveReference>
protected static ChildElementCollection<UsingProcessReference>
protected static ChildElementCollection<UsingTaskReference>
protected static ChildElement<Variable>
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
nameAttribute
Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttribute
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerType
(ModelBuilder modelBuilder) void
setAllowedAnswers
(AllowedAnswers allowedAnswers) void
setCamundaHistoryTimeToLive
(Integer historyTimeToLive) void
setCamundaHistoryTimeToLiveString
(String historyTimeToLive) void
setExpression
(Expression expression) void
setQuestion
(Question question) void
setVariable
(Variable variable) void
setVersionTag
(String inputVariable) Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
getName, setName
Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, updateAfterReplacement
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
-
Field Details
-
questionChild
-
allowedAnswersChild
-
variableChild
-
informationRequirementCollection
-
knowledgeRequirementCollection
-
authorityRequirementCollection
-
supportedObjectiveChildElementCollection
protected static ChildElementCollection<SupportedObjectiveReference> supportedObjectiveChildElementCollection -
impactedPerformanceIndicatorRefCollection
protected static ElementReferenceCollection<PerformanceIndicator,ImpactedPerformanceIndicatorReference> impactedPerformanceIndicatorRefCollection -
decisionMakerRefCollection
protected static ElementReferenceCollection<OrganizationUnit,DecisionMakerReference> decisionMakerRefCollection -
decisionOwnerRefCollection
protected static ElementReferenceCollection<OrganizationUnit,DecisionOwnerReference> decisionOwnerRefCollection -
usingProcessCollection
-
usingTaskCollection
-
expressionChild
-
camundaHistoryTimeToLiveAttribute
-
camundaVersionTag
-
-
Constructor Details
-
DecisionImpl
-
-
Method Details
-
getQuestion
- Specified by:
getQuestion
in interfaceDecision
-
setQuestion
- Specified by:
setQuestion
in interfaceDecision
-
getAllowedAnswers
- Specified by:
getAllowedAnswers
in interfaceDecision
-
setAllowedAnswers
- Specified by:
setAllowedAnswers
in interfaceDecision
-
getVariable
- Specified by:
getVariable
in interfaceDecision
-
setVariable
- Specified by:
setVariable
in interfaceDecision
-
getInformationRequirements
- Specified by:
getInformationRequirements
in interfaceDecision
-
getKnowledgeRequirements
- Specified by:
getKnowledgeRequirements
in interfaceDecision
-
getAuthorityRequirements
- Specified by:
getAuthorityRequirements
in interfaceDecision
-
getSupportedObjectiveReferences
- Specified by:
getSupportedObjectiveReferences
in interfaceDecision
-
getImpactedPerformanceIndicators
- Specified by:
getImpactedPerformanceIndicators
in interfaceDecision
-
getDecisionMakers
- Specified by:
getDecisionMakers
in interfaceDecision
-
getDecisionOwners
- Specified by:
getDecisionOwners
in interfaceDecision
-
getUsingProcessReferences
- Specified by:
getUsingProcessReferences
in interfaceDecision
-
getUsingTaskReferences
- Specified by:
getUsingTaskReferences
in interfaceDecision
-
getExpression
- Specified by:
getExpression
in interfaceDecision
-
setExpression
- Specified by:
setExpression
in interfaceDecision
-
getCamundaHistoryTimeToLive
- Specified by:
getCamundaHistoryTimeToLive
in interfaceDecision
-
setCamundaHistoryTimeToLive
- Specified by:
setCamundaHistoryTimeToLive
in interfaceDecision
-
getCamundaHistoryTimeToLiveString
- Specified by:
getCamundaHistoryTimeToLiveString
in interfaceDecision
-
setCamundaHistoryTimeToLiveString
- Specified by:
setCamundaHistoryTimeToLiveString
in interfaceDecision
-
getVersionTag
- Specified by:
getVersionTag
in interfaceDecision
-
setVersionTag
- Specified by:
setVersionTag
in interfaceDecision
-
registerType
-