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 TypeMethodDescriptionvoidsetBindingType(ZeebeBindingType bindingType) voidsetDecisionId(Expression decisionId) voidsetResultVariable(String resultVariable) voidsetVersionTag(String versionTag) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableJobWorkerTask
getJobWorkerProperties, setJobWorkerPropertiesMethods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableActivity
attach, attach, getBoundaryElementIds, getBoundaryEvents, getEvents, getEventSubprocesses, getInterruptingElementIdsMethods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addListener, addOutgoing, getEndExecutionListeners, getIncoming, getInputMappings, getOutgoing, getOutputMappings, getStartExecutionListeners, hasExecutionListeners, setInputMappings, setOutputMappingsMethods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScopeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getEventType, getFlowScope, getId
-
Constructor Details
-
ExecutableBusinessRuleTask
-
-
Method Details
-
getDecisionId
- Specified by:
getDecisionIdin interfaceExecutableCalledDecision
-
setDecisionId
- Specified by:
setDecisionIdin interfaceExecutableCalledDecision
-
getResultVariable
- Specified by:
getResultVariablein interfaceExecutableCalledDecision
-
setResultVariable
- Specified by:
setResultVariablein interfaceExecutableCalledDecision
-
getBindingType
- Specified by:
getBindingTypein interfaceExecutableCalledDecision
-
setBindingType
- Specified by:
setBindingTypein interfaceExecutableCalledDecision
-
getVersionTag
- Specified by:
getVersionTagin interfaceExecutableCalledDecision
-
setVersionTag
- Specified by:
setVersionTagin interfaceExecutableCalledDecision
-