|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.command.impl.CommandServiceImpl
public class CommandServiceImpl
The command service provides access the jBPM engine and its related services. Access is provided
through a set of Command derived operations.
| Field Summary | |
|---|---|
protected JbpmConfiguration |
jbpmConfiguration
|
| Constructor Summary | |
|---|---|
CommandServiceImpl(JbpmConfiguration jbpmConfiguration)
Establish an instance of the command service with a particular configuration. |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(Command command)
Executes command based on its current context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final JbpmConfiguration jbpmConfiguration
| Constructor Detail |
|---|
public CommandServiceImpl(JbpmConfiguration jbpmConfiguration)
jbpmConfiguration - jBPM Configuration| Method Detail |
|---|
public java.lang.Object execute(Command command)
execute in interface CommandServicecommand - jBPM engine command to execute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||