Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContext

Packages that use TransactionContext
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
 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
 class JtaTransactionContext
           
 

Methods in org.camunda.bpm.engine.impl.cfg.jta that return TransactionContext
 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
 class StandaloneMybatisTransactionContext
           
 

Methods in org.camunda.bpm.engine.impl.cfg.standalone that return TransactionContext
 TransactionContext StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext)
           
 

Uses of TransactionContext in org.camunda.bpm.engine.impl.interceptor
 

Fields in org.camunda.bpm.engine.impl.interceptor declared as TransactionContext
protected  TransactionContext CommandContext.transactionContext
           
 

Methods in org.camunda.bpm.engine.impl.interceptor that return TransactionContext
 TransactionContext CommandContext.getTransactionContext()
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.