Uses of Class
io.zeebe.engine.processing.deployment.model.element.ExecutableFlowElementContainer
-
Packages that use ExecutableFlowElementContainer Package Description io.zeebe.engine.processing.bpmn.container io.zeebe.engine.processing.deployment.model.element -
-
Uses of ExecutableFlowElementContainer in io.zeebe.engine.processing.bpmn.container
Methods in io.zeebe.engine.processing.bpmn.container that return types with arguments of type ExecutableFlowElementContainer Modifier and Type Method Description Class<ExecutableFlowElementContainer>ProcessProcessor. getType()Class<ExecutableFlowElementContainer>SubProcessProcessor. getType() -
Uses of ExecutableFlowElementContainer in io.zeebe.engine.processing.deployment.model.element
Subclasses of ExecutableFlowElementContainer in io.zeebe.engine.processing.deployment.model.element Modifier and Type Class Description classExecutableWorkflowExecutable* prefix in order to avoid confusion with model API classes.Methods in io.zeebe.engine.processing.deployment.model.element that return types with arguments of type ExecutableFlowElementContainer Modifier and Type Method Description List<ExecutableFlowElementContainer>ExecutableActivity. getEventSubprocesses()Methods in io.zeebe.engine.processing.deployment.model.element with parameters of type ExecutableFlowElementContainer Modifier and Type Method Description voidExecutableActivity. attach(ExecutableFlowElementContainer eventSubprocess)
-