Uses of Class
org.flowable.bpmn.model.Association
Packages that use Association
Package
Description
-
Uses of Association in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return AssociationMethods in org.flowable.bpmn.model that return types with arguments of type AssociationModifier and TypeMethodDescriptionProcess.findAssociationsWithSourceRefRecursive(String sourceRef) protected List<Association>Process.findAssociationsWithSourceRefRecursive(FlowElementsContainer flowElementsContainer, String sourceRef) Process.findAssociationsWithTargetRefRecursive(String targetRef) protected List<Association>Process.findAssociationsWithTargetRefRecursive(FlowElementsContainer flowElementsContainer, String targetRef) Methods in org.flowable.bpmn.model with parameters of type Association -
Uses of Association in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type AssociationModifier and TypeMethodDescriptionprotected voidAbstractBpmnParseHandler.createAssociation(BpmnParse bpmnParse, Association association) -
Uses of Association in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type AssociationModifier and TypeMethodDescriptionprotected voidAssociationValidator.validate(Process process, Association association, List<ValidationError> errors)