Uses of Class
org.jbpm.bpmn2.core.Association
-
Packages that use Association Package Description org.jbpm.bpmn2.core org.jbpm.bpmn2.xml -
-
Uses of Association in org.jbpm.bpmn2.core
Methods in org.jbpm.bpmn2.core that return types with arguments of type Association Modifier and Type Method Description List<Association>Definitions. getAssociations()Method parameters in org.jbpm.bpmn2.core with type arguments of type Association Modifier and Type Method Description voidDefinitions. setAssociations(List<Association> associations) -
Uses of Association in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml with parameters of type Association Modifier and Type Method Description voidXmlBPMNProcessDumper. visitAssociation(Association association, StringBuilder xmlDump)Method parameters in org.jbpm.bpmn2.xml with type arguments of type Association Modifier and Type Method Description static voidProcessHandler. linkAssociations(Definitions definitions, org.kie.api.definition.process.NodeContainer nodeContainer, List<Association> associations)
-