Package | Description |
---|---|
org.activiti.bpmn.model |
Modifier and Type | Field and Description |
---|---|
protected List<SequenceFlow> |
FlowNode.incomingFlows |
protected List<SequenceFlow> |
FlowNode.outgoingFlows |
Modifier and Type | Method and Description |
---|---|
SequenceFlow |
SequenceFlow.clone() |
Modifier and Type | Method and Description |
---|---|
List<SequenceFlow> |
FlowNode.getIncomingFlows() |
List<SequenceFlow> |
FlowNode.getOutgoingFlows() |
Modifier and Type | Method and Description |
---|---|
void |
SequenceFlow.setValues(SequenceFlow otherFlow) |
Modifier and Type | Method and Description |
---|---|
void |
FlowNode.setIncomingFlows(List<SequenceFlow> incomingFlows) |
void |
FlowNode.setOutgoingFlows(List<SequenceFlow> outgoingFlows) |
Copyright © 2016 Alfresco. All rights reserved.