Package org.flowable.common.spring
Class SpringTransactionInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.common.spring.SpringTransactionInterceptor
- All Implemented Interfaces:
CommandInterceptor
- Author:
- Dave Syer, Tom Baeyens, Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) Methods inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
Field Details
-
transactionManager
-
-
Constructor Details
-
SpringTransactionInterceptor
-
-
Method Details
-
execute
-