Uses of Interface
org.jbpm.api.ProcessInstanceQuery

Packages that use ProcessInstanceQuery
org.jbpm.api the jBPM API, Start by creating a Configuration, build a ProcessEngine from that, and then you can find the workflow methods on the services like ExecutionService, TaskService
 

Uses of ProcessInstanceQuery in org.jbpm.api
 

Methods in org.jbpm.api that return ProcessInstanceQuery
 ProcessInstanceQuery ExecutionService.createProcessInstanceQuery()
          search for process instances with criteria.
 ProcessInstanceQuery ProcessInstanceQuery.notSuspended()
          select only process definitions that are not suspended
 ProcessInstanceQuery ProcessInstanceQuery.orderAsc(java.lang.String property)
          order selected process instances ascending for certain properties
 ProcessInstanceQuery ProcessInstanceQuery.orderDesc(java.lang.String property)
          order selected process instances descending for certain properties
 ProcessInstanceQuery ProcessInstanceQuery.page(int firstResult, int maxResults)
          select a specific page in the result set
 ProcessInstanceQuery ProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId)
          select only process instances for the given process definition
 ProcessInstanceQuery ProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId)
          select only a specific process instances using the process instance id
 ProcessInstanceQuery ProcessInstanceQuery.processInstanceKey(java.lang.String processInstanceKey)
          select only specific process instances using a business key
 ProcessInstanceQuery ProcessInstanceQuery.suspended()
          select only suspended process definitions
 



Copyright © 2010 JBoss Community. All Rights Reserved.