Class BpmnOverrideContextInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.engine.impl.interceptor.BpmnOverrideContextInterceptor
- All Implemented Interfaces:
CommandInterceptor
-
Field Summary
Fields 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
-
Constructor Details
-
BpmnOverrideContextInterceptor
public BpmnOverrideContextInterceptor()
-
-
Method Details
-
execute
-