Class LogInterceptor
- java.lang.Object
-
- org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.activiti.engine.impl.interceptor.LogInterceptor
-
- All Implemented Interfaces:
CommandInterceptor
public class LogInterceptor extends AbstractCommandInterceptor
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description LogInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(CommandConfig config, Command<T> command)-
Methods inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
-
-
-
Method Detail
-
execute
public <T> T execute(CommandConfig config, Command<T> command)
-
-