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 TransactionContextTransactionContextFactory. 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 classJtaTransactionContextMethods in org.camunda.bpm.engine.impl.cfg.jta that return TransactionContext Modifier and Type Method Description TransactionContextJtaTransactionContextFactory. 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 classStandaloneTransactionContextMethods in org.camunda.bpm.engine.impl.cfg.standalone that return TransactionContext Modifier and Type Method Description TransactionContextStandaloneTransactionContextFactory. 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 TransactionContextCommandContext. transactionContextMethods in org.camunda.bpm.engine.impl.interceptor that return TransactionContext Modifier and Type Method Description TransactionContextCommandContext. 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 classSpringTransactionContextMethods in org.camunda.bpm.engine.spring that return TransactionContext Modifier and Type Method Description TransactionContextSpringTransactionContextFactory. openTransactionContext(CommandContext commandContext)
-