Class ExecutableEventBasedGateway
- 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.ExecutableEventBasedGateway
-
- All Implemented Interfaces:
ExecutableCatchEventSupplier,ExecutableFlowElement
public class ExecutableEventBasedGateway extends ExecutableFlowNode implements ExecutableCatchEventSupplier
-
-
Constructor Summary
Constructors Constructor Description ExecutableEventBasedGateway(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExecutableCatchEvent>getEvents()Collection<org.agrona.DirectBuffer>getInterruptingElementIds()voidsetEvents(List<ExecutableCatchEvent> events)-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addOutgoing, getIncoming, getInputMappings, getOutgoing, getOutputMappings, setInputMappings, setOutputMappings
-
Methods inherited from class io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, setFlowScope
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getFlowScope, getId
-
-
-
-
Constructor Detail
-
ExecutableEventBasedGateway
public ExecutableEventBasedGateway(String id)
-
-
Method Detail
-
getEvents
public List<ExecutableCatchEvent> getEvents()
- Specified by:
getEventsin interfaceExecutableCatchEventSupplier
-
setEvents
public void setEvents(List<ExecutableCatchEvent> events)
-
getInterruptingElementIds
public Collection<org.agrona.DirectBuffer> getInterruptingElementIds()
- Specified by:
getInterruptingElementIdsin interfaceExecutableCatchEventSupplier
-
-