Uses of Class
org.flowable.cmmn.model.Association
-
-
Uses of Association in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type Association Modifier and Type Field Description protected List<Association>CmmnModel. associationsprotected List<Association>Criterion. incomingAssociationsprotected List<Association>PlanItem. incomingAssociationsprotected List<Association>Criterion. outgoingAssociationsprotected List<Association>PlanItem. outgoingAssociationsMethods in org.flowable.cmmn.model that return Association Modifier and Type Method Description AssociationAssociation. clone()Methods in org.flowable.cmmn.model that return types with arguments of type Association Modifier and Type Method Description List<Association>CmmnModel. getAssociations()List<Association>Criterion. getIncomingAssociations()List<Association>HasAssociations. getIncomingAssociations()List<Association>PlanItem. getIncomingAssociations()List<Association>Criterion. getOutgoingAssociations()List<Association>HasAssociations. getOutgoingAssociations()List<Association>PlanItem. getOutgoingAssociations()Methods in org.flowable.cmmn.model with parameters of type Association Modifier and Type Method Description voidCmmnModel. addAssociation(Association association)voidCriterion. addIncomingAssociation(Association association)voidHasAssociations. addIncomingAssociation(Association association)voidPlanItem. addIncomingAssociation(Association association)voidCriterion. addOutgoingAssociation(Association association)voidHasAssociations. addOutgoingAssociation(Association association)voidPlanItem. addOutgoingAssociation(Association association)voidAssociation. setValues(Association otherElement)Method parameters in org.flowable.cmmn.model with type arguments of type Association Modifier and Type Method Description voidCmmnModel. setAssociations(List<Association> associations)voidCriterion. setIncomingAssociations(List<Association> incomingAssociations)voidHasAssociations. setIncomingAssociations(List<Association> incomingAssociations)voidPlanItem. setIncomingAssociations(List<Association> incomingAssociations)voidCriterion. setOutgoingAssociations(List<Association> outgoingAssociations)voidHasAssociations. setOutgoingAssociations(List<Association> outgoingAssociations)voidPlanItem. setOutgoingAssociations(List<Association> outgoingAssociations)
-