Class ZeebeCalledDecisionImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
io.camunda.zeebe.model.bpmn.impl.instance.zeebe.ZeebeCalledDecisionImpl
- All Implemented Interfaces:
BpmnModelElementInstance,ZeebeCalledDecision,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class ZeebeCalledDecisionImpl
extends BpmnModelElementInstanceImpl
implements ZeebeCalledDecision
-
Field Summary
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionZeebeCalledDecisionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetBindingType(ZeebeBindingType bindingType) Sets the binding type for the decision that is called.voidsetDecisionId(String decisionId) Sets the id of the decision that is called.voidsetResultVariable(String resultVariable) Sets the name of the result variable.voidsetVersionTag(String versionTag) Sets the version tag of the decision that is called.Methods inherited from class io.camunda.zeebe.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScopeMethods 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 io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScopeMethods 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
-
Constructor Details
-
ZeebeCalledDecisionImpl
public ZeebeCalledDecisionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) -
getDecisionId
- Specified by:
getDecisionIdin interfaceZeebeCalledDecision- Returns:
- the id of the decision that is called
-
setDecisionId
Description copied from interface:ZeebeCalledDecisionSets the id of the decision that is called.- Specified by:
setDecisionIdin interfaceZeebeCalledDecision- Parameters:
decisionId- the id of the decision
-
getResultVariable
- Specified by:
getResultVariablein interfaceZeebeCalledDecision- Returns:
- the name of the result variable
-
setResultVariable
Description copied from interface:ZeebeCalledDecisionSets the name of the result variable.- Specified by:
setResultVariablein interfaceZeebeCalledDecision- Parameters:
resultVariable- the name of the result variable
-
getBindingType
- Specified by:
getBindingTypein interfaceZeebeCalledDecision- Returns:
- the binding type for the decision that is called
-
setBindingType
Description copied from interface:ZeebeCalledDecisionSets the binding type for the decision that is called.- Specified by:
setBindingTypein interfaceZeebeCalledDecision- Parameters:
bindingType- the binding type for the decision
-
getVersionTag
- Specified by:
getVersionTagin interfaceZeebeCalledDecision- Returns:
- The version tag of the decision that is called
-
setVersionTag
Description copied from interface:ZeebeCalledDecisionSets the version tag of the decision that is called.- Specified by:
setVersionTagin interfaceZeebeCalledDecision- Parameters:
versionTag- the version tag of the decision
-