public interface CommandInterceptor
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
CommandInterceptor |
getNext() |
void |
setNext(CommandInterceptor next) |
<T> T execute(CommandConfig config, Command<T> command)
CommandInterceptor getNext()
void setNext(CommandInterceptor next)
Copyright © 2016 Alfresco. All rights reserved.