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

Packages that use HistoryProcessInstanceQuery
org.jbpm.api the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.api.history   
 

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)
           
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.orderDesc(java.lang.String property)
           
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.page(int firstResult, int maxResults)
           
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.processDefinitionId(java.lang.String processDefinitionId)
           
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.processInstanceId(java.lang.String processInstanceId)
           
 HistoryProcessInstanceQuery HistoryProcessInstanceQuery.state(java.lang.String state)
           
 



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