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(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 © 2010 JBoss Community. All Rights Reserved.