10-01-2013 07:44 AM
10-02-2013 05:57 AM
/**
* Executes a given command with the default {@link CommandConfig}.
* @param command the command, cannot be null.
* @return the result of command execution
*/
<T> T executeCommand(Command<T> command);
/**
* Executes a given command with the specified {@link CommandConfig}.
* @param config the command execution configuration, cannot be null.
* @param command the command, cannot be null.
* @return the result of command execution
*/
<T> T executeCommand(CommandConfig config, Command<T> command);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.