| java.lang.Object org.jbpm.command.impl.CommandServiceImpl
Constructor Summary | |
public | CommandServiceImpl(JbpmConfiguration jbpmConfiguration) Establish an instance of the command service with a particular jBPM
configuration which provides connectivity to the jBPM engine and its
related services including the persistence manager. |
CommandServiceImpl | public CommandServiceImpl(JbpmConfiguration jbpmConfiguration)(Code) | | Establish an instance of the command service with a particular jBPM
configuration which provides connectivity to the jBPM engine and its
related services including the persistence manager.
Parameters: jbpmConfiguration - jBPM Configuration |
execute | public Object execute(Command command)(Code) | | Executes command based on its current context. Each command contains the
appropriate context information such as token, process instance, etc. to
insure that the operation is carried out on the proper graph object.
Parameters: command - jBPM engine command to execute |
|
|