Uses of Class
io.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
-
Packages that use AbstractFlowElement Package Description io.zeebe.engine.processing.deployment.model.element -
-
Uses of AbstractFlowElement in io.zeebe.engine.processing.deployment.model.element
Subclasses of AbstractFlowElement in io.zeebe.engine.processing.deployment.model.element Modifier and Type Class Description classExecutableActivityclassExecutableBoundaryEventclassExecutableCallActivityclassExecutableCatchEventElementclassExecutableEndEventclassExecutableErrorclassExecutableEventBasedGatewayclassExecutableExclusiveGatewayclassExecutableFlowElementContainerExecutableFlowElementContainer 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.classExecutableFlowNodeclassExecutableMessageclassExecutableMultiInstanceBodyclassExecutableReceiveTaskclassExecutableSequenceFlowclassExecutableServiceTaskclassExecutableStartEventclassExecutableWorkflowExecutable* prefix in order to avoid confusion with model API classes.Methods in io.zeebe.engine.processing.deployment.model.element that return AbstractFlowElement Modifier and Type Method Description AbstractFlowElementExecutableWorkflow. getElementById(org.agrona.DirectBuffer id)Methods in io.zeebe.engine.processing.deployment.model.element with parameters of type AbstractFlowElement Modifier and Type Method Description voidExecutableWorkflow. addFlowElement(AbstractFlowElement element)
-