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 TransactionContextFactory
ProcessEngineImpl. 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 TransactionContextFactory
ProcessEngineConfigurationImpl. transactionContextFactory
Methods in org.camunda.bpm.engine.impl.cfg that return TransactionContextFactory Modifier and Type Method Description TransactionContextFactory
ProcessEngineConfigurationImpl. getTransactionContextFactory()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionContextFactory Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. 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 class
JtaTransactionContextFactory
-
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 class
StandaloneTransactionContextFactory
-
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 TransactionContextFactory
TxContextCommandContextFactory. transactionContextFactory
Methods in org.camunda.bpm.engine.impl.interceptor that return TransactionContextFactory Modifier and Type Method Description TransactionContextFactory
TxContextCommandContextFactory. getTransactionContextFactory()
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactory Modifier and Type Method Description void
TxContextCommandContextFactory. 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 class
SpringTransactionContextFactory
-