Uses of Class
org.jbpm.command.GetProcessInstancesCommand

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

Uses of GetProcessInstancesCommand in org.jbpm.command
 

Methods in org.jbpm.command that return GetProcessInstancesCommand
 GetProcessInstancesCommand GetProcessInstancesCommand.fromStartDate(Date fromStartDate)
           
 GetProcessInstancesCommand GetProcessInstancesCommand.onlyRunning(boolean onlyRunning)
           
 GetProcessInstancesCommand GetProcessInstancesCommand.processDefinitionName(String processName)
           
 GetProcessInstancesCommand GetProcessInstancesCommand.processInstanceId(long processId)
           
 GetProcessInstancesCommand GetProcessInstancesCommand.stateName(String stateName)
           
 GetProcessInstancesCommand GetProcessInstancesCommand.untilStartDate(Date untilStartDate)
           
 GetProcessInstancesCommand GetProcessInstancesCommand.version(String version)
           
 



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