Class ExecutableFlowNode
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
- All Implemented Interfaces:
ExecutableFlowElement
- Direct Known Subclasses:
ExecutableActivity,ExecutableCatchEventElement,ExecutableEndEvent,ExecutableEventBasedGateway,ExecutableExclusiveGateway,ExecutableInclusiveGateway,ExecutableIntermediateThrowEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddListener(ZeebeExecutionListenerEventType eventType, Expression type, Expression retries) voidbooleanvoidsetInputMappings(Expression inputMappings) voidsetOutputMappings(Expression outputMappings) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScope
-
Constructor Details
-
ExecutableFlowNode
-
-
Method Details
-
getOutgoing
-
addOutgoing
-
getIncoming
-
addIncoming
-
getInputMappings
-
setInputMappings
-
getOutputMappings
-
setOutputMappings
-
addListener
public void addListener(ZeebeExecutionListenerEventType eventType, Expression type, Expression retries) -
getStartExecutionListeners
-
getEndExecutionListeners
-
hasExecutionListeners
public boolean hasExecutionListeners()
-