Interface ZeebeCalledDecision
- All Superinterfaces:
BpmnModelElementInstance,org.camunda.bpm.model.xml.instance.ModelElementInstance
- All Known Implementing Classes:
ZeebeCalledDecisionImpl
Zeebe extension element for a called decision. It can be used for business rule tasks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBindingType(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 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
-
Method Details
-
getDecisionId
String getDecisionId()- Returns:
- the id of the decision that is called
-
setDecisionId
Sets the id of the decision that is called.- Parameters:
decisionId- the id of the decision
-
getResultVariable
String getResultVariable()- Returns:
- the name of the result variable
-
setResultVariable
Sets the name of the result variable.- Parameters:
resultVariable- the name of the result variable
-
getBindingType
ZeebeBindingType getBindingType()- Returns:
- the binding type for the decision that is called
-
setBindingType
Sets the binding type for the decision that is called.- Parameters:
bindingType- the binding type for the decision
-
getVersionTag
String getVersionTag()- Returns:
- The version tag of the decision that is called
-
setVersionTag
Sets the version tag of the decision that is called.- Parameters:
versionTag- the version tag of the decision
-