Uses of Class
org.jbpm.command.NewProcessInstanceCommand

Packages that use NewProcessInstanceCommand
org.jbpm.command commands that can be used as an alternative to the try-finally blocks in the user code. 
 

Uses of NewProcessInstanceCommand in org.jbpm.command
 

Subclasses of NewProcessInstanceCommand in org.jbpm.command
 class StartProcessInstanceCommand
          Graph command to start a new process and signal it immidiatly.
 

Methods in org.jbpm.command that return NewProcessInstanceCommand
 NewProcessInstanceCommand NewProcessInstanceCommand.actorId(String actorId)
           
 NewProcessInstanceCommand NewProcessInstanceCommand.createStartTask(boolean createStartTask)
           
 NewProcessInstanceCommand NewProcessInstanceCommand.key(String key)
           
 NewProcessInstanceCommand NewProcessInstanceCommand.processDefinitionId(long processId)
           
 NewProcessInstanceCommand NewProcessInstanceCommand.processDefinitionName(String processName)
           
 NewProcessInstanceCommand NewProcessInstanceCommand.variables(Map variables)
           
 



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