Class DecisionImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
- All Implemented Interfaces:
Decision,DmnElement,DmnModelElementInstance,DrgElement,NamedElement,org.camunda.bpm.model.xml.instance.ModelElementInstance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedAnswers>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionMakerReference> protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionOwnerReference> protected static org.camunda.bpm.model.xml.type.child.ChildElement<Expression>protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<PerformanceIndicator,ImpactedPerformanceIndicatorReference> protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InformationRequirement>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement>protected static org.camunda.bpm.model.xml.type.child.ChildElement<Question>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<SupportedObjectiveReference>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingProcessReference>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingTaskReference>protected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable>Fields inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
nameAttributeFields inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
descriptionChild, extensionElementsChild, idAttribute, labelAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionDecisionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetAllowedAnswers(AllowedAnswers allowedAnswers) voidsetCamundaHistoryTimeToLive(Integer historyTimeToLive) voidsetCamundaHistoryTimeToLiveString(String historyTimeToLive) voidsetExpression(Expression expression) voidsetQuestion(Question question) voidsetVariable(Variable variable) voidsetVersionTag(String inputVariable) Methods inherited from class org.camunda.bpm.model.dmn.impl.instance.NamedElementImpl
getName, setNameMethods inherited from class org.camunda.bpm.model.dmn.impl.instance.DmnElementImpl
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
-
Field Details
-
questionChild
-
allowedAnswersChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedAnswers> allowedAnswersChild -
variableChild
-
informationRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InformationRequirement> informationRequirementCollection -
knowledgeRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement> knowledgeRequirementCollection -
authorityRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> authorityRequirementCollection -
supportedObjectiveChildElementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<SupportedObjectiveReference> supportedObjectiveChildElementCollection -
impactedPerformanceIndicatorRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<PerformanceIndicator,ImpactedPerformanceIndicatorReference> impactedPerformanceIndicatorRefCollection -
decisionMakerRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionMakerReference> decisionMakerRefCollection -
decisionOwnerRefCollection
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OrganizationUnit,DecisionOwnerReference> decisionOwnerRefCollection -
usingProcessCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingProcessReference> usingProcessCollection -
usingTaskCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<UsingTaskReference> usingTaskCollection -
expressionChild
-
camundaHistoryTimeToLiveAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaHistoryTimeToLiveAttribute -
camundaVersionTag
-
-
Constructor Details
-
DecisionImpl
public DecisionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
getQuestion
- Specified by:
getQuestionin interfaceDecision
-
setQuestion
- Specified by:
setQuestionin interfaceDecision
-
getAllowedAnswers
- Specified by:
getAllowedAnswersin interfaceDecision
-
setAllowedAnswers
- Specified by:
setAllowedAnswersin interfaceDecision
-
getVariable
- Specified by:
getVariablein interfaceDecision
-
setVariable
- Specified by:
setVariablein interfaceDecision
-
getInformationRequirements
- Specified by:
getInformationRequirementsin interfaceDecision
-
getKnowledgeRequirements
- Specified by:
getKnowledgeRequirementsin interfaceDecision
-
getAuthorityRequirements
- Specified by:
getAuthorityRequirementsin interfaceDecision
-
getSupportedObjectiveReferences
- Specified by:
getSupportedObjectiveReferencesin interfaceDecision
-
getImpactedPerformanceIndicators
- Specified by:
getImpactedPerformanceIndicatorsin interfaceDecision
-
getDecisionMakers
- Specified by:
getDecisionMakersin interfaceDecision
-
getDecisionOwners
- Specified by:
getDecisionOwnersin interfaceDecision
-
getUsingProcessReferences
- Specified by:
getUsingProcessReferencesin interfaceDecision
-
getUsingTaskReferences
- Specified by:
getUsingTaskReferencesin interfaceDecision
-
getExpression
- Specified by:
getExpressionin interfaceDecision
-
setExpression
- Specified by:
setExpressionin interfaceDecision
-
getCamundaHistoryTimeToLive
- Specified by:
getCamundaHistoryTimeToLivein interfaceDecision
-
setCamundaHistoryTimeToLive
- Specified by:
setCamundaHistoryTimeToLivein interfaceDecision
-
getCamundaHistoryTimeToLiveString
- Specified by:
getCamundaHistoryTimeToLiveStringin interfaceDecision
-
setCamundaHistoryTimeToLiveString
- Specified by:
setCamundaHistoryTimeToLiveStringin interfaceDecision
-
getVersionTag
- Specified by:
getVersionTagin interfaceDecision
-
setVersionTag
- Specified by:
setVersionTagin interfaceDecision
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-