|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGetObjectBaseCommand | |
|---|---|
| org.jbpm.command | commands that can be used as an alternative to the try-finally blocks in the user code. |
| Uses of AbstractGetObjectBaseCommand in org.jbpm.command |
|---|
| Subclasses of AbstractGetObjectBaseCommand in org.jbpm.command | |
|---|---|
class |
DeleteProcessDefinitionCommand
Delete a proces definition by ID |
class |
DeployProcessCommand
Deploys a process, given as XML-String or process archive. |
class |
GetProcessDefinitionCommand
This Command return the process definition |
class |
GetProcessDefinitionsCommand
This Command returns all process definitions (or only the latest if onlyLatest is true) |
class |
GetProcessInstanceCommand
This command can retrieve the matching process instances (e.g. for admin client) with the given process-id, token id or task-id |
class |
GetProcessInstancesCommand
This command can retrieve all process instances (e.g. for admin client). |
class |
GetTaskInstanceCommand
This command can retrieve a task instance (for client) with the given task-id or the token-id (then, the first task for the token is searched) |
class |
GetTaskListCommand
return a List of TaskInstances for the given
actor(s). if no actor is used, the current authenticated user is taken as actor. for all actors
it is checked, if they are pooled or assigned actor! |
| Methods in org.jbpm.command that return AbstractGetObjectBaseCommand | |
|---|---|
AbstractGetObjectBaseCommand |
AbstractGetObjectBaseCommand.includeAllVariables(boolean includeAllVariables)
|
AbstractGetObjectBaseCommand |
AbstractGetObjectBaseCommand.variablesToInclude(java.lang.String variableToInclude)
|
AbstractGetObjectBaseCommand |
AbstractGetObjectBaseCommand.variablesToInclude(java.lang.String[] variablesToInclude)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||