| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn.builder | |
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance | 
| Modifier and Type | Method and Description | 
|---|---|
BpmnEdge | 
AbstractBaseElementBuilder.createBpmnEdge(SequenceFlow sequenceFlow)  | 
B | 
AbstractInclusiveGatewayBuilder.defaultFlow(SequenceFlow sequenceFlow)
Sets the default sequence flow for the build inclusive gateway. 
 | 
B | 
AbstractExclusiveGatewayBuilder.defaultFlow(SequenceFlow sequenceFlow)
Sets the default sequence flow for the build exclusive gateway. 
 | 
B | 
AbstractComplexGatewayBuilder.defaultFlow(SequenceFlow sequenceFlow)
Sets the default sequence flow for the build complex gateway. 
 | 
| Constructor and Description | 
|---|
AbstractSequenceFlowBuilder(BpmnModelInstance modelInstance,
                           SequenceFlow element,
                           Class<?> selfType)  | 
SequenceFlowBuilder(BpmnModelInstance modelInstance,
                   SequenceFlow element)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SequenceFlowImpl
The BPMN sequenceFlow element 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static AttributeReference<SequenceFlow> | 
InclusiveGatewayImpl.defaultAttribute  | 
protected static AttributeReference<SequenceFlow> | 
ExclusiveGatewayImpl.defaultAttribute  | 
protected static AttributeReference<SequenceFlow> | 
ComplexGatewayImpl.defaultAttribute  | 
protected static AttributeReference<SequenceFlow> | 
ActivityImpl.defaultAttribute  | 
protected static ElementReferenceCollection<SequenceFlow,Incoming> | 
FlowNodeImpl.incomingCollection  | 
protected static ElementReferenceCollection<SequenceFlow,Outgoing> | 
FlowNodeImpl.outgoingCollection  | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceFlow | 
InclusiveGatewayImpl.getDefault()  | 
SequenceFlow | 
ExclusiveGatewayImpl.getDefault()  | 
SequenceFlow | 
ComplexGatewayImpl.getDefault()  | 
SequenceFlow | 
ActivityImpl.getDefault()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<SequenceFlow> | 
FlowNodeImpl.getIncoming()  | 
Collection<SequenceFlow> | 
FlowNodeImpl.getOutgoing()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InclusiveGatewayImpl.setDefault(SequenceFlow defaultFlow)  | 
void | 
ExclusiveGatewayImpl.setDefault(SequenceFlow defaultFlow)  | 
void | 
ComplexGatewayImpl.setDefault(SequenceFlow defaultFlow)  | 
void | 
ActivityImpl.setDefault(SequenceFlow defaultFlow)  | 
| Modifier and Type | Method and Description | 
|---|---|
SequenceFlow | 
InclusiveGateway.getDefault()  | 
SequenceFlow | 
ExclusiveGateway.getDefault()  | 
SequenceFlow | 
ComplexGateway.getDefault()  | 
SequenceFlow | 
Activity.getDefault()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<SequenceFlow> | 
FlowNode.getIncoming()  | 
Collection<SequenceFlow> | 
FlowNode.getOutgoing()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InclusiveGateway.setDefault(SequenceFlow defaultFlow)  | 
void | 
ExclusiveGateway.setDefault(SequenceFlow defaultFlow)  | 
void | 
ComplexGateway.setDefault(SequenceFlow defaultFlow)  | 
void | 
Activity.setDefault(SequenceFlow defaultFlow)  | 
Copyright © 2017. All rights reserved.