Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContextFactory
-
Packages that use TransactionContextFactory Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.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 org.camunda.bpm.engine.spring -
-
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TransactionContextFactory Modifier and Type Field Description protected TransactionContextFactoryProcessEngineImpl. transactionContextFactory -
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as TransactionContextFactory Modifier and Type Field Description protected TransactionContextFactoryProcessEngineConfigurationImpl. transactionContextFactoryMethods in org.camunda.bpm.engine.impl.cfg that return TransactionContextFactory Modifier and Type Method Description TransactionContextFactoryProcessEngineConfigurationImpl. getTransactionContextFactory()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionContextFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setTransactionContextFactory(TransactionContextFactory transactionContextFactory) -
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg.jta
Classes in org.camunda.bpm.engine.impl.cfg.jta that implement TransactionContextFactory Modifier and Type Class Description classJtaTransactionContextFactory -
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg.standalone
Classes in org.camunda.bpm.engine.impl.cfg.standalone that implement TransactionContextFactory Modifier and Type Class Description classStandaloneTransactionContextFactory -
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as TransactionContextFactory Modifier and Type Field Description protected TransactionContextFactoryTxContextCommandContextFactory. transactionContextFactoryMethods in org.camunda.bpm.engine.impl.interceptor that return TransactionContextFactory Modifier and Type Method Description TransactionContextFactoryTxContextCommandContextFactory. getTransactionContextFactory()Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactory Modifier and Type Method Description voidTxContextCommandContextFactory. setTransactionContextFactory(TransactionContextFactory transactionContextFactory)Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactory Constructor Description CommandContext(ProcessEngineConfigurationImpl processEngineConfiguration, TransactionContextFactory transactionContextFactory) -
Uses of TransactionContextFactory in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement TransactionContextFactory Modifier and Type Class Description classSpringTransactionContextFactory
-