Uses of Interface
org.flowable.bpmn.model.FlowElementsContainer
Packages that use FlowElementsContainer
-
Uses of FlowElementsContainer in org.flowable.bpmn.model
Classes in org.flowable.bpmn.model that implement FlowElementsContainerModifier and TypeClassDescriptionclassclassclassclassclassFields 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 FlowElementsContainerProcess.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 FlowElementsContainerProcess.getFlowElementsContainer(FlowElementsContainer flowElementsContainer, String flowElementId) voidFlowElement.setParentContainer(FlowElementsContainer parentContainer)