Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContext
-
-
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg that return TransactionContext Modifier and Type Method Description TransactionContext
TransactionContextFactory. openTransactionContext(CommandContext commandContext)
-
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg.jta
Classes in org.camunda.bpm.engine.impl.cfg.jta that implement TransactionContext Modifier and Type Class Description class
JtaTransactionContext
Methods in org.camunda.bpm.engine.impl.cfg.jta that return TransactionContext Modifier and Type Method Description TransactionContext
JtaTransactionContextFactory. openTransactionContext(CommandContext commandContext)
-
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg.standalone
Classes in org.camunda.bpm.engine.impl.cfg.standalone that implement TransactionContext Modifier and Type Class Description class
StandaloneTransactionContext
Methods in org.camunda.bpm.engine.impl.cfg.standalone that return TransactionContext Modifier and Type Method Description TransactionContext
StandaloneTransactionContextFactory. openTransactionContext(CommandContext commandContext)
-
Uses of TransactionContext in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as TransactionContext Modifier and Type Field Description protected TransactionContext
CommandContext. transactionContext
Methods in org.camunda.bpm.engine.impl.interceptor that return TransactionContext Modifier and Type Method Description TransactionContext
CommandContext. getTransactionContext()
-
Uses of TransactionContext in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement TransactionContext Modifier and Type Class Description class
SpringTransactionContext
Methods in org.camunda.bpm.engine.spring that return TransactionContext Modifier and Type Method Description TransactionContext
SpringTransactionContextFactory. openTransactionContext(CommandContext commandContext)
-