Uses of Class
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
Packages that use AbstractFlowElement
-
Uses of AbstractFlowElement in io.camunda.zeebe.engine.processing.deployment.model.element
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassExecutableFlowElementContainer 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.classclassclassclassclassclassExecutable* prefix in order to avoid confusion with model API classes.classclassclassMethods in io.camunda.zeebe.engine.processing.deployment.model.element that return AbstractFlowElementMethods in io.camunda.zeebe.engine.processing.deployment.model.element with parameters of type AbstractFlowElementModifier and TypeMethodDescriptionvoidExecutableProcess.addFlowElement(AbstractFlowElement element)