public abstract class AbstractCommandInterceptor extends Object implements CommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
next
will be initialized by the
ProcessEngineConfiguration |
| Constructor and Description |
|---|
AbstractCommandInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
getNext() |
void |
setNext(CommandInterceptor next) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected CommandInterceptor next
ProcessEngineConfigurationpublic CommandInterceptor getNext()
getNext in interface CommandInterceptorpublic void setNext(CommandInterceptor next)
setNext in interface CommandInterceptorCopyright © 2016 Alfresco. All rights reserved.