Uses of Class
org.jbpm.command.AbstractGetObjectBaseCommand

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.
 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).
 

Methods in org.jbpm.command that return AbstractGetObjectBaseCommand
 AbstractGetObjectBaseCommand AbstractGetObjectBaseCommand.includeAllVariables(boolean includeAllVariables)
           
 AbstractGetObjectBaseCommand AbstractGetObjectBaseCommand.variablesToInclude(String variableToInclude)
           
 AbstractGetObjectBaseCommand AbstractGetObjectBaseCommand.variablesToInclude(String[] variablesToInclude)
           
 



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