Uses of Class
org.jbpm.command.AbstractGetObjectBaseCommand

Packages that use AbstractGetObjectBaseCommand
org.jbpm.command   
 

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.
 class GetProcessInstancesCommand
          This command can retrieve all process instances (e.g.
 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
 

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)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.