Uses of Class
org.jbpm.command.GetProcessInstancesCommand

Packages that use GetProcessInstancesCommand
org.jbpm.command   
 

Uses of GetProcessInstancesCommand in org.jbpm.command
 

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



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