|
||||||||||
| 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
Provide services for accessing the jBPM engine. Access is currently 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 jBPM configuration which provides connectivity to the jBPM engine and its related services including the persistence manager. |
|
| 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 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 | |||||||||