| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn | |
| 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 | 
|---|---|
static TransactionMethod | 
TransactionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransactionMethod[] | 
TransactionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
B | 
AbstractTransactionBuilder.method(TransactionMethod method)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static Attribute<TransactionMethod> | 
TransactionImpl.methodAttribute  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionMethod | 
TransactionImpl.getMethod()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionImpl.setMethod(TransactionMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionMethod | 
Transaction.getMethod()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Transaction.setMethod(TransactionMethod method)  | 
Copyright © 2019. All rights reserved.