|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractGatewayBuilder<B,ExclusiveGateway>
org.camunda.bpm.model.bpmn.builder.AbstractExclusiveGatewayBuilder<B>
public abstract class AbstractExclusiveGatewayBuilder<B extends AbstractExclusiveGatewayBuilder<B>>
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder |
|---|
compensateBoundaryEvent, compensationStarted |
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder |
|---|
SPACE |
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
element, modelInstance, myself |
| Constructor Summary | |
|---|---|
protected |
AbstractExclusiveGatewayBuilder(BpmnModelInstance modelInstance,
ExclusiveGateway element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
B |
defaultFlow(SequenceFlow sequenceFlow)
Sets the default sequence flow for the build exclusive gateway. |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractGatewayBuilder |
|---|
gatewayDirection |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder |
|---|
name |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
done, getElement, subProcessDone, transactionDone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractExclusiveGatewayBuilder(BpmnModelInstance modelInstance,
ExclusiveGateway element,
Class<?> selfType)
| Method Detail |
|---|
public B defaultFlow(SequenceFlow sequenceFlow)
sequenceFlow - the default sequence flow to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||