Class TransactionContextInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- All Implemented Interfaces:
CommandInterceptor
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionContextInterceptor
(TransactionContextFactory transactionContextFactory) -
Method Summary
Modifier and TypeMethodDescription<T> T
execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) void
setTransactionContextFactory
(TransactionContextFactory transactionContextFactory) Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
Field Details
-
transactionContextFactory
-
-
Constructor Details
-
TransactionContextInterceptor
public TransactionContextInterceptor() -
TransactionContextInterceptor
-
-
Method Details
-
execute
-
getTransactionContextFactory
-
setTransactionContextFactory
-