Uses of Interface
org.flowable.bpmn.model.FlowElementsContainer
Packages that use FlowElementsContainer
Package
Description
-
Uses of FlowElementsContainer in org.flowable.bpmn.model
Classes in org.flowable.bpmn.model that implement FlowElementsContainerModifier and TypeClassDescriptionclass
class
class
class
class
Fields in org.flowable.bpmn.model declared as FlowElementsContainerMethods in org.flowable.bpmn.model that return FlowElementsContainerModifier and TypeMethodDescriptionProcess.findParent
(FlowElement childElement) Process.findParent
(FlowElement childElement, FlowElementsContainer flowElementsContainer) Process.getFlowElementsContainer
(String flowElementId) Searches the whole process, including subprocessesprotected FlowElementsContainer
Process.getFlowElementsContainer
(FlowElementsContainer flowElementsContainer, String flowElementId) FlowElement.getParentContainer()
Methods in org.flowable.bpmn.model with parameters of type FlowElementsContainerModifier and TypeMethodDescriptionprotected List<Association>
Process.findAssociationsWithSourceRefRecursive
(FlowElementsContainer flowElementsContainer, String sourceRef) protected List<Association>
Process.findAssociationsWithTargetRefRecursive
(FlowElementsContainer flowElementsContainer, String targetRef) Process.findParent
(FlowElement childElement, FlowElementsContainer flowElementsContainer) protected FlowElementsContainer
Process.getFlowElementsContainer
(FlowElementsContainer flowElementsContainer, String flowElementId) void
FlowElement.setParentContainer
(FlowElementsContainer parentContainer) -
Uses of FlowElementsContainer in org.flowable.engine.impl.dynamic
Methods in org.flowable.engine.impl.dynamic with parameters of type FlowElementsContainerModifier and TypeMethodDescriptionvoid
DynamicUserTaskCallback.handleCreatedDynamicUserTask
(UserTask userTask, SubProcess newSubProcess, FlowElementsContainer parentContainer, Process process) static void
BaseDynamicSubProcessInjectUtil.processFlowElements
(CommandContext commandContext, FlowElementsContainer process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) -
Uses of FlowElementsContainer in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type FlowElementsContainerModifier and TypeMethodDescriptionvoid
ProcessInstanceHelper.processAvailableEventSubProcesses
(ExecutionEntity parentExecution, FlowElementsContainer parentContainer, CommandContext commandContext) -
Uses of FlowElementsContainer in org.flowable.image.impl
Methods in org.flowable.image.impl with parameters of type FlowElementsContainerModifier and TypeMethodDescriptionDefaultProcessDiagramGenerator.gatherAllFlowNodes
(FlowElementsContainer flowElementsContainer)