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 CommandInterceptor
getNext
in class AbstractCommandInterceptor
public void setNext(CommandInterceptor next)
setNext
in interface CommandInterceptor
setNext
in class AbstractCommandInterceptor
Copyright © 2016 Alfresco. All rights reserved.