public class CommandInvoker extends AbstractCommandInterceptor
next| Constructor and Description |
|---|
CommandInvoker() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
CommandInterceptor |
getNext() |
void |
setNext(CommandInterceptor next) |
public <T> T execute(CommandConfig config, Command<T> command)
public CommandInterceptor getNext()
getNext in interface CommandInterceptorgetNext in class AbstractCommandInterceptorpublic void setNext(CommandInterceptor next)
setNext in interface CommandInterceptorsetNext in class AbstractCommandInterceptorCopyright © 2016 Alfresco. All rights reserved.