Class ExecutableBusinessRuleTask
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableActivity
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableJobWorkerTask
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableBusinessRuleTask
- All Implemented Interfaces:
ExecutableCalledDecision
,ExecutableCatchEventSupplier
,ExecutableFlowElement
,ExecutableJobWorkerElement
public final class ExecutableBusinessRuleTask
extends ExecutableJobWorkerTask
implements ExecutableCalledDecision
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBindingType
(ZeebeBindingType bindingType) void
setDecisionId
(Expression decisionId) void
setResultVariable
(String resultVariable) void
setVersionTag
(String versionTag) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableJobWorkerTask
getJobWorkerProperties, setJobWorkerProperties
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableActivity
attach, attach, getBoundaryElementIds, getBoundaryEvents, getEvents, getEventSubprocesses, getInterruptingElementIds
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addListener, addOutgoing, getEndExecutionListeners, getIncoming, getInputMappings, getOutgoing, getOutputMappings, getStartExecutionListeners, hasExecutionListeners, setInputMappings, setOutputMappings
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScope
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getEventType, getFlowScope, getId
-
Constructor Details
-
ExecutableBusinessRuleTask
-
-
Method Details
-
getDecisionId
- Specified by:
getDecisionId
in interfaceExecutableCalledDecision
-
setDecisionId
- Specified by:
setDecisionId
in interfaceExecutableCalledDecision
-
getResultVariable
- Specified by:
getResultVariable
in interfaceExecutableCalledDecision
-
setResultVariable
- Specified by:
setResultVariable
in interfaceExecutableCalledDecision
-
getBindingType
- Specified by:
getBindingType
in interfaceExecutableCalledDecision
-
setBindingType
- Specified by:
setBindingType
in interfaceExecutableCalledDecision
-
getVersionTag
- Specified by:
getVersionTag
in interfaceExecutableCalledDecision
-
setVersionTag
- Specified by:
setVersionTag
in interfaceExecutableCalledDecision
-