org.jbpm.command
Interface Command

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractGetObjectBaseCommand, AsynchronousCommand, CancelProcessInstanceCommand, CancelTokenCommand, CancelWorkOnTaskCommand, ChangeProcessInstanceVersionCommand, CompositeCommand, GetProcessDefinitionCommand, GetProcessInstanceCommand, GetProcessInstancesCommand, GetTaskInstanceCommand, GetTaskListCommand, NewProcessInstanceCommand, SignalCommand, StartProcessInstanceCommand, StartWorkOnTaskCommand, TaskInstanceEndCommand, VariablesCommand

public interface Command
extends java.io.Serializable


Method Summary
 java.lang.Object execute(JbpmContext jbpmContext)
           
 

Method Detail

execute

java.lang.Object execute(JbpmContext jbpmContext)
                         throws java.lang.Exception
Throws:
java.lang.Exception