Class AbstractCommandInterceptor
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- All Implemented Interfaces:
CommandInterceptor
- Direct Known Subclasses:
BpmnOverrideContextInterceptor
,CmmnCommandInvoker
,CommandContextInterceptor
,CommandInvoker
,CrDbRetryInterceptor
,DefaultCommandInvoker
,DmnCommandInvoker
,JtaTransactionInterceptor
,LogInterceptor
,RetryInterceptor
,SpringTransactionInterceptor
,TotalExecutionTimeCommandInterceptor
,TransactionContextInterceptor
- Author:
- Tom Baeyens
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.interceptor.CommandInterceptor
execute
-
Field Details
-
next
-
-
Constructor Details
-
AbstractCommandInterceptor
public AbstractCommandInterceptor()
-
-
Method Details
-
getNext
- Specified by:
getNext
in interfaceCommandInterceptor
-
setNext
- Specified by:
setNext
in interfaceCommandInterceptor
-