Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContext
-
Packages that use TransactionContext Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.cfg.jta org.camunda.bpm.engine.impl.cfg.standalone org.camunda.bpm.engine.impl.interceptor -
-
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()
-