| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBpmnParseHandler.createAssociation(BpmnParse bpmnParse,
Association association,
ScopeImpl parentScope) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Association> |
BpmnAutoLayout.associations |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnAutoLayout.handleAssociation(Association association) |
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Association> |
Process.findAssociationsWithSourceRefRecursive(FlowElementsContainer flowElementsContainer,
String sourceRef) |
List<Association> |
Process.findAssociationsWithSourceRefRecursive(String sourceRef) |
protected List<Association> |
Process.findAssociationsWithTargetRefRecursive(FlowElementsContainer flowElementsContainer,
String targetRef) |
List<Association> |
Process.findAssociationsWithTargetRefRecursive(String targetRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
Association.setValues(Association otherElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBpmnParseHandler.createAssociation(BpmnParse bpmnParse,
Association association) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssociationValidator.validate(Process process,
Association association,
List<ValidationError> errors) |
Copyright © 2023 Flowable. All rights reserved.