Uses of Interface
org.jbpm.api.history.HistoryProcessInstanceQuery

Packages that use HistoryProcessInstanceQuery
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
org.jbpm.api.history interfaces related to the HistoryService
 

Uses of HistoryProcessInstanceQuery in org.jbpm.api
 

Methods in org.jbpm.api that return HistoryProcessInstanceQuery
 HistoryProcessInstanceQuery HistoryService.createHistoryProcessInstanceQuery()
          search for process instances in the history
 

Uses of HistoryProcessInstanceQuery in org.jbpm.api.history
 

Methods in org.jbpm.api.history that return HistoryProcessInstanceQuery
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.orderAsc(java.lang.String property)
          order selected process instances ascending for certain properties
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.orderDesc(java.lang.String property)
          order selected process instances ascending for certain properties
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.page(int firstResult, int maxResults)
          select a specific page in the result set
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId)
          select only process instances with the given process definition
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId)
          select only the process instances with the given id
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.processInstanceKey(java.lang.String processInstanceKey)
          select only process instances with the given business key
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.state(java.lang.String state)
          select only process instances in the given state
 



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