Uses of Class
org.flowable.bpmn.model.Association
-
Packages that use Association Package Description org.flowable.bpmn.model -
-
Uses of Association in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return Association Modifier and Type Method Description AssociationAssociation. clone()Methods in org.flowable.bpmn.model that return types with arguments of type Association Modifier and Type Method Description List<Association>Process. findAssociationsWithSourceRefRecursive(String sourceRef)protected List<Association>Process. findAssociationsWithSourceRefRecursive(FlowElementsContainer flowElementsContainer, String sourceRef)List<Association>Process. findAssociationsWithTargetRefRecursive(String targetRef)protected List<Association>Process. findAssociationsWithTargetRefRecursive(FlowElementsContainer flowElementsContainer, String targetRef)Methods in org.flowable.bpmn.model with parameters of type Association Modifier and Type Method Description voidAssociation. setValues(Association otherElement)
-