Class TxContextCommandContextFactory
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
This CommandContextFactory
allows to explicitly pass in a TransactionContextFactory
.
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
processEngineConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTransactionContextFactory
(TransactionContextFactory transactionContextFactory) Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
getProcessEngineConfiguration, setProcessEngineConfiguration
-
Field Details
-
transactionContextFactory
-
-
Constructor Details
-
TxContextCommandContextFactory
public TxContextCommandContextFactory()
-
-
Method Details
-
createCommandContext
- Overrides:
createCommandContext
in classCommandContextFactory
-
getTransactionContextFactory
-
setTransactionContextFactory
-