Uses of Interface
org.flowable.bpmn.model.FlowElementsContainer
-
Packages that use FlowElementsContainer Package Description org.flowable.bpmn.model -
-
Uses of FlowElementsContainer in org.flowable.bpmn.model
Classes in org.flowable.bpmn.model that implement FlowElementsContainer Modifier and Type Class Description classAdhocSubProcessclassEventSubProcessclassProcessclassSubProcessclassTransactionFields in org.flowable.bpmn.model declared as FlowElementsContainer Modifier and Type Field Description protected FlowElementsContainerFlowElement. parentContainerMethods in org.flowable.bpmn.model that return FlowElementsContainer Modifier and Type Method Description FlowElementsContainerProcess. findParent(FlowElement childElement)FlowElementsContainerProcess. findParent(FlowElement childElement, FlowElementsContainer flowElementsContainer)FlowElementsContainerProcess. getFlowElementsContainer(String flowElementId)Searches the whole process, including subprocessesprotected FlowElementsContainerProcess. getFlowElementsContainer(FlowElementsContainer flowElementsContainer, String flowElementId)FlowElementsContainerFlowElement. getParentContainer()Methods in org.flowable.bpmn.model with parameters of type FlowElementsContainer Modifier and Type Method Description protected List<Association>Process. findAssociationsWithSourceRefRecursive(FlowElementsContainer flowElementsContainer, String sourceRef)protected List<Association>Process. findAssociationsWithTargetRefRecursive(FlowElementsContainer flowElementsContainer, String targetRef)FlowElementsContainerProcess. findParent(FlowElement childElement, FlowElementsContainer flowElementsContainer)protected FlowElementsContainerProcess. getFlowElementsContainer(FlowElementsContainer flowElementsContainer, String flowElementId)voidFlowElement. setParentContainer(FlowElementsContainer parentContainer)
-