Class ExecutableFlowElementContainer
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.ExecutableFlowElementContainer
- All Implemented Interfaces:
ExecutableCatchEventSupplier,ExecutableFlowElement
- Direct Known Subclasses:
ExecutableProcess
ExecutableFlowElementContainer is currently used to represent processes as well (
Process), which may seem counter intuitive; at the moment,
the reason is that sub processes are also modelled using the same class, and sub processes need
to reuse the logic for both. As this diverges (i.e. processes/sub-processes), we should refactor
this.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStartEvent(ExecutableStartEvent startEvent) booleanbooleanbooleanMethods 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, addOutgoing, getIncoming, getInputMappings, getOutgoing, getOutputMappings, 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
-
ExecutableFlowElementContainer
-
-
Method Details
-
getNoneStartEvent
-
getStartEvents
-
addStartEvent
-
hasNoneStartEvent
public boolean hasNoneStartEvent() -
hasMessageStartEvent
public boolean hasMessageStartEvent() -
hasTimerStartEvent
public boolean hasTimerStartEvent()
-