org.jbpm.services.task.commands
Class TaskCommandExecutorImpl
java.lang.Object
org.jbpm.services.task.commands.TaskCommandExecutorImpl
- All Implemented Interfaces:
- CommandExecutor
public class TaskCommandExecutorImpl
- extends Object
- implements CommandExecutor
Method Summary |
|
execute(Command<T> command)
Execute the command and return a ExecutionResults for the results of the Command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskCommandExecutorImpl
public TaskCommandExecutorImpl()
execute
public <T> T execute(Command<T> command)
- Description copied from interface:
CommandExecutor
- Execute the command and return a ExecutionResults for the results of the Command.
- Specified by:
execute
in interface CommandExecutor
- Returns:
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.