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

Packages that use HistoryDetailQuery
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 HistoryDetailQuery in org.jbpm.api
 

Methods in org.jbpm.api that return HistoryDetailQuery
 HistoryDetailQuery HistoryService.createHistoryDetailQuery()
          search in history details
 

Uses of HistoryDetailQuery in org.jbpm.api.history
 

Methods in org.jbpm.api.history that return HistoryDetailQuery
 HistoryDetailQuery HistoryDetailQuery.activityInstanceId(java.lang.String activityInstanceId)
          only select details for the given activityInstanceId
 HistoryDetailQuery HistoryDetailQuery.comments()
          only select details of type comment (this usually used in combination with #processDefinitionId(String))
 HistoryDetailQuery HistoryDetailQuery.orderAsc(java.lang.String property)
          order selected process definitions ascending
 HistoryDetailQuery HistoryDetailQuery.orderDesc(java.lang.String property)
          order selected process definitions descending
 HistoryDetailQuery HistoryDetailQuery.page(int firstResult, int maxResults)
          select a specific page in the result set
 HistoryDetailQuery HistoryDetailQuery.processInstanceId(java.lang.String processInstanceId)
          only select details for the given processInstanceId
 HistoryDetailQuery HistoryDetailQuery.taskId(java.lang.String taskId)
          only select details for the given taskId
 HistoryDetailQuery HistoryDetailQuery.timeAfter(java.util.Date time)
          only select details after the given time
 HistoryDetailQuery HistoryDetailQuery.timeBefore(java.util.Date time)
          only select details before the given time
 



Copyright © 2010 JBoss Community. All Rights Reserved.