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

Packages that use HistoryDetail
org.jbpm.api.history interfaces related to the HistoryService
 

Uses of HistoryDetail in org.jbpm.api.history
 

Subinterfaces of HistoryDetail in org.jbpm.api.history
 interface HistoryComment
          a free text comment that can be made to an Execution or a task.
 

Methods in org.jbpm.api.history that return HistoryDetail
 HistoryDetail HistoryDetailQuery.uniqueResult()
          execute the query and obtain the unique HistoryDetail
 

Methods in org.jbpm.api.history that return types with arguments of type HistoryDetail
 java.util.List<HistoryDetail> HistoryDetailQuery.list()
          execute the query and obtain the list of HistoryDetails
 



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