Class ExecutableEventBasedGateway
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.ExecutableEventBasedGateway
- All Implemented Interfaces:
ExecutableCatchEventSupplier,ExecutableFlowElement
public class ExecutableEventBasedGateway
extends ExecutableFlowNode
implements ExecutableCatchEventSupplier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.agrona.DirectBuffer>Returns the ids of the boundary events.Collection<org.agrona.DirectBuffer>Returns the ids of the containing elements that interrupt the event scope (e.g.voidsetEvents(List<ExecutableCatchEvent> events) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addOutgoing, getIncoming, getInputMappings, getOutgoing, getOutputMappings, setInputMappings, setOutputMappingsMethods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getFlowScope, getId, setElementType, 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, getFlowScope, getId
-
Constructor Details
-
ExecutableEventBasedGateway
-
-
Method Details
-
getEvents
- Specified by:
getEventsin interfaceExecutableCatchEventSupplier
-
setEvents
-
getInterruptingElementIds
Description copied from interface:ExecutableCatchEventSupplierReturns the ids of the containing elements that interrupt the event scope (e.g. interrupting event subprocesses). An interrupted event scope can not be triggered by other interrupting or non-interrupting events. But the event scope can still be triggered by boundary events.- Specified by:
getInterruptingElementIdsin interfaceExecutableCatchEventSupplier
-
getBoundaryElementIds
Description copied from interface:ExecutableCatchEventSupplierReturns the ids of the boundary events. An interrupting boundary event must return its id also withExecutableCatchEventSupplier.getInterruptingElementIds(). Otherwise, it is handled as non-interrupting boundary event.- Specified by:
getBoundaryElementIdsin interfaceExecutableCatchEventSupplier
-