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) voidsetDecisionId(String decisionId) Sets the id of the decision that is called.voidsetResultVariable(String resultVariable) Sets the name of the result variable.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
-