| Modifier and Type | Field and Description |
|---|---|
protected List<Association> |
CmmnModel.associations |
protected List<Association> |
PlanItem.incomingAssociations |
protected List<Association> |
Criterion.incomingAssociations |
protected List<Association> |
PlanItem.outgoingAssociations |
protected List<Association> |
Criterion.outgoingAssociations |
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
CmmnModel.getAssociations() |
List<Association> |
HasAssociations.getIncomingAssociations() |
List<Association> |
PlanItem.getIncomingAssociations() |
List<Association> |
Criterion.getIncomingAssociations() |
List<Association> |
HasAssociations.getOutgoingAssociations() |
List<Association> |
PlanItem.getOutgoingAssociations() |
List<Association> |
Criterion.getOutgoingAssociations() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnModel.addAssociation(Association association) |
void |
HasAssociations.addIncomingAssociation(Association association) |
void |
PlanItem.addIncomingAssociation(Association association) |
void |
Criterion.addIncomingAssociation(Association association) |
void |
HasAssociations.addOutgoingAssociation(Association association) |
void |
PlanItem.addOutgoingAssociation(Association association) |
void |
Criterion.addOutgoingAssociation(Association association) |
void |
Association.setValues(Association otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnModel.setAssociations(List<Association> associations) |
void |
HasAssociations.setIncomingAssociations(List<Association> incomingAssociations) |
void |
PlanItem.setIncomingAssociations(List<Association> incomingAssociations) |
void |
Criterion.setIncomingAssociations(List<Association> incomingAssociations) |
void |
HasAssociations.setOutgoingAssociations(List<Association> outgoingAssociations) |
void |
PlanItem.setOutgoingAssociations(List<Association> outgoingAssociations) |
void |
Criterion.setOutgoingAssociations(List<Association> outgoingAssociations) |
Copyright © 2021 Flowable. All rights reserved.