Class ExecutableExclusiveGateway
- java.lang.Object
-
- io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
-
- io.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
-
- io.zeebe.engine.processing.deployment.model.element.ExecutableExclusiveGateway
-
- All Implemented Interfaces:
ExecutableFlowElement
public class ExecutableExclusiveGateway extends ExecutableFlowNode
-
-
Constructor Summary
Constructors Constructor Description ExecutableExclusiveGateway(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOutgoing(ExecutableSequenceFlow flow)ExecutableSequenceFlowgetDefaultFlow()List<ExecutableSequenceFlow>getOutgoingWithCondition()voidsetDefaultFlow(ExecutableSequenceFlow defaultFlow)-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, getIncoming, getInputMappings, getOutgoing, getOutputMappings, setInputMappings, setOutputMappings
-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, setFlowScope
-
-
-
-
Constructor Detail
-
ExecutableExclusiveGateway
public ExecutableExclusiveGateway(String id)
-
-
Method Detail
-
getDefaultFlow
public ExecutableSequenceFlow getDefaultFlow()
-
setDefaultFlow
public void setDefaultFlow(ExecutableSequenceFlow defaultFlow)
-
addOutgoing
public void addOutgoing(ExecutableSequenceFlow flow)
- Overrides:
addOutgoingin classExecutableFlowNode
-
getOutgoingWithCondition
public List<ExecutableSequenceFlow> getOutgoingWithCondition()
-
-