|
||||||||||
| 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.AbstractActivityBuilder<B,SubProcess>
org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder<B>
org.camunda.bpm.model.bpmn.builder.AbstractTransactionBuilder<B>
public class AbstractTransactionBuilder<B extends AbstractTransactionBuilder<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 |
AbstractTransactionBuilder(BpmnModelInstance modelInstance,
Transaction element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
B |
method(TransactionMethod method)
|
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder |
|---|
camundaAsync, camundaAsync, embeddedSubProcess, triggerByEvent |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractActivityBuilder |
|---|
boundaryEvent, boundaryEvent, calculateXCoordinate, camundaInputParameter, camundaOutputParameter, multiInstance, setBoundaryEventCoordinates |
| 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 AbstractTransactionBuilder(BpmnModelInstance modelInstance,
Transaction element,
Class<?> selfType)
| Method Detail |
|---|
public B method(TransactionMethod method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||