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 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)