Uses of Class
org.camunda.bpm.model.bpmn.TransactionMethod
-
Packages that use TransactionMethod 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 -
-
Uses of TransactionMethod in org.camunda.bpm.model.bpmn
Methods in org.camunda.bpm.model.bpmn that return TransactionMethod Modifier and Type Method 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. -
Uses of TransactionMethod in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type TransactionMethod Modifier and Type Method Description B
AbstractTransactionBuilder. method(TransactionMethod method)
-
Uses of TransactionMethod in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type TransactionMethod Modifier and Type Field Description protected static Attribute<TransactionMethod>
TransactionImpl. methodAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return TransactionMethod Modifier and Type Method Description TransactionMethod
TransactionImpl. getMethod()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type TransactionMethod Modifier and Type Method Description void
TransactionImpl. setMethod(TransactionMethod method)
-
Uses of TransactionMethod in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return TransactionMethod Modifier and Type Method Description TransactionMethod
Transaction. getMethod()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type TransactionMethod Modifier and Type Method Description void
Transaction. setMethod(TransactionMethod method)
-