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