Uses of Class
org.flowable.cmmn.model.Association
Packages that use Association
Package
Description
-
Uses of Association in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export with parameters of type AssociationModifier and TypeMethodDescriptionstatic void
AssociationExport.writeAssociation
(Association association, XMLStreamWriter xtw) Note: currently only meant for text annotation associations. -
Uses of Association in org.flowable.cmmn.image.impl
Methods in org.flowable.cmmn.image.impl with parameters of type AssociationModifier and TypeMethodDescriptionprotected void
DefaultCaseDiagramGenerator.drawAssociation
(DefaultCaseDiagramCanvas caseDiagramCanvas, CmmnModel cmmnModel, Association association, double scaleFactor) -
Uses of Association in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type AssociationModifier and TypeFieldDescriptionprotected List<Association>
CmmnModel.associations
protected List<Association>
Criterion.incomingAssociations
protected List<Association>
PlanItem.incomingAssociations
protected List<Association>
Criterion.outgoingAssociations
protected List<Association>
PlanItem.outgoingAssociations
Methods in org.flowable.cmmn.model that return AssociationMethods in org.flowable.cmmn.model that return types with arguments of type AssociationModifier and TypeMethodDescriptionCmmnModel.getAssociations()
Criterion.getIncomingAssociations()
HasAssociations.getIncomingAssociations()
PlanItem.getIncomingAssociations()
Criterion.getOutgoingAssociations()
HasAssociations.getOutgoingAssociations()
PlanItem.getOutgoingAssociations()
Methods in org.flowable.cmmn.model with parameters of type AssociationModifier and TypeMethodDescriptionvoid
CmmnModel.addAssociation
(Association association) void
Criterion.addIncomingAssociation
(Association association) void
HasAssociations.addIncomingAssociation
(Association association) void
PlanItem.addIncomingAssociation
(Association association) void
Criterion.addOutgoingAssociation
(Association association) void
HasAssociations.addOutgoingAssociation
(Association association) void
PlanItem.addOutgoingAssociation
(Association association) void
Association.setValues
(Association otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type AssociationModifier and TypeMethodDescriptionvoid
CmmnModel.setAssociations
(List<Association> associations) void
Criterion.setIncomingAssociations
(List<Association> incomingAssociations) void
HasAssociations.setIncomingAssociations
(List<Association> incomingAssociations) void
PlanItem.setIncomingAssociations
(List<Association> incomingAssociations) void
Criterion.setOutgoingAssociations
(List<Association> outgoingAssociations) void
HasAssociations.setOutgoingAssociations
(List<Association> outgoingAssociations) void
PlanItem.setOutgoingAssociations
(List<Association> outgoingAssociations)