|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.jbpm.command | |
| org.jbpm.command.impl | |
| Uses of Command in org.jbpm.command |
|---|
| Classes in org.jbpm.command that implement Command | |||
|---|---|---|---|
class |
AbstractBaseCommand
Base class for all internal commands. |
||
class |
AbstractCancelCommand
|
||
class |
AbstractGetObjectBaseCommand
abstract base class for "get" commands which also implements default pre-fetching. |
||
class |
AbstractProcessInstanceBaseCommand
Abstract base class for all commands working on ProcessInstances. |
||
class |
AbstractTokenBaseCommand
Abstract base class for commands working on Tokens. |
||
class |
AsynchronousCommand
provides extra configuration options for the execution of asynchronous commands. |
||
class |
BatchSignalCommand
a bunch of processes is signaled with this command. you can specify the tokens either by a array of token ids or by processName, processVersion (optional, without all versions), stateName transitionName specifies the transition to take (if null, the default transition is taken). |
||
class |
CancelProcessInstanceCommand
Cancel the given ProcessInstance with all Tokens. |
||
class |
CancelTokenCommand
Cancel a Token |
||
class |
CancelWorkOnTaskCommand
The current authorizes actor starts to work on the TaskInstance so the actor is set to the given actor see some more information why we need that in the |
class |
ChangeProcessInstanceVersionCommand
THIS COMMAND IS NOT YET STABLE, BUT FEEL FREE TO TEST :-) Status update: Still not complete, but refactored and added simple test cases: ChangeProcessInstanceVersionCommandTest. |
class |
CompositeCommand
|
||
class |
DeleteProcessDefinitionCommand
Delete a proces definition by ID |
||
class |
DeployProcessCommand
Deploys a process, given as XML-String or process archive. |
||
class |
ExecuteJobsCommand
Execute all overdue Jobs (may be enhanced with more attributes in future if needed) |
||
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 |
GetProcessInstanceLogCommand
Retrieve the ProcessLog for
the process with the given process-id
returns a map that maps Tokens to Lists. |
||
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). |
||
class |
GetTokenCommand
Return the token with the specified tokenId |
||
class |
GetTokenLogCommand
Retrieve the ProcessLog for the token with the given tokenId
returns a List with ProcessLogs. |
||
class |
NewProcessInstanceCommand
Graph command to start a new process and create a task instance if the start node has a start task definition. |
||
class |
ResumeProcessInstanceCommand
Resume the specified ProcessInstance(s). |
||
class |
ResumeTokenCommand
Resume the specified Token(s). |
||
class |
SignalCommand
Signals a token. |
||
class |
StartProcessInstanceCommand
Graph command to start a new process and signal it immidiatly. |
||
class |
StartWorkOnTaskCommand
The current authorizes actor starts to work on the TaskInstance so the actor is set to the given actor |
||
class |
SuspendProcessInstanceCommand
Suspend the specified ProcessInstance(s). |
||
class |
SuspendTokenCommand
Suspend the specified Token(s). |
||
class |
TaskInstanceEndCommand
end the task with the given id if variables are given as a map, they are added/changed bevore ending the task |
||
class |
UnlockTokenCommand
Unlocks the given token. |
||
class |
VariablesCommand
|
||
| Methods in org.jbpm.command with parameters of type Command | |
|---|---|
java.lang.Object |
CommandService.execute(Command command)
is the session facade that takes commands and executes them. |
protected void |
CompositeCommand.tryToInject(java.lang.Object lastResult,
Command command)
|
| Constructors in org.jbpm.command with parameters of type Command | |
|---|---|
AsynchronousCommand(Command command)
|
|
| Uses of Command in org.jbpm.command.impl |
|---|
| Methods in org.jbpm.command.impl with parameters of type Command | |
|---|---|
java.lang.Object |
CommandServiceImpl.execute(Command command)
Executes command based on its current context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||