|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.jbpm.api | the jBPM API, Start by creating a Configuration,
build a ProcessEngine from that, and then you can find
the workflow methods on the services like ExecutionService,
TaskService. |
| org.jbpm.api.cmd | |
| Uses of Command in org.jbpm.api |
|---|
| Methods in org.jbpm.api with parameters of type Command | ||
|---|---|---|
|
ProcessEngine.execute(Command<T> command)
perform a user command. |
|
| Uses of Command in org.jbpm.api.cmd |
|---|
| Classes in org.jbpm.api.cmd that implement Command | |
|---|---|
class |
ParamCommand<T>
command with support for parameter passing from the client to the implementation. |
class |
VoidCommand
convenience for commands without return value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||