public interface CommandExecutor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(Command<T> command)
Execute a command with the default
CommandConfig. |
<T> T |
execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
CommandConfig |
getDefaultConfig() |
CommandConfig getDefaultConfig()
CommandConfig, used if none is provided.<T> T execute(CommandConfig config, Command<T> command)
CommandConfig.<T> T execute(Command<T> command)
CommandConfig.Copyright © 2016 Alfresco. All rights reserved.