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, wait
execute
protected CommandInterceptor next
ProcessEngineConfiguration
public CommandInterceptor getNext()
getNext
in interface CommandInterceptor
public void setNext(CommandInterceptor next)
setNext
in interface CommandInterceptor
Copyright © 2016 Alfresco. All rights reserved.