| 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 | 
|---|---|
| B | AbstractComplexGatewayBuilder. defaultFlow(SequenceFlow sequenceFlow)Sets the default sequence flow for the build complex gateway. | 
| 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. | 
| Constructor and Description | 
|---|
| AbstractSequenceFlowBuilder(BpmnModelInstance modelInstance,
                           SequenceFlow element,
                           Class<?> selfType) | 
| SequenceFlowBuilder(BpmnModelInstance modelInstance,
                   SequenceFlow element) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SequenceFlowImplThe 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 | ComplexGateway. getDefault() | 
| SequenceFlow | InclusiveGateway. getDefault() | 
| SequenceFlow | Activity. getDefault() | 
| SequenceFlow | ExclusiveGateway. getDefault() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<SequenceFlow> | FlowNode. getIncoming() | 
| Collection<SequenceFlow> | FlowNode. getOutgoing() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ComplexGateway. setDefault(SequenceFlow defaultFlow) | 
| void | InclusiveGateway. setDefault(SequenceFlow defaultFlow) | 
| void | Activity. setDefault(SequenceFlow defaultFlow) | 
| void | ExclusiveGateway. setDefault(SequenceFlow defaultFlow) | 
Copyright © 2018. All rights reserved.