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

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

Methods in org.jbpm.api that return HistoryComment
 HistoryComment TaskService.addReplyComment(java.lang.String commentId, java.lang.String message)
          add a reply to another comment
 HistoryComment TaskService.addTaskComment(java.lang.String taskId, java.lang.String message)
          add a comment to a task
 

Methods in org.jbpm.api that return types with arguments of type HistoryComment
 java.util.List<HistoryComment> TaskService.getTaskComments(java.lang.String taskId)
          get the list of comments made to a task.
 

Uses of HistoryComment in org.jbpm.api.history
 

Methods in org.jbpm.api.history that return types with arguments of type HistoryComment
 java.util.List<HistoryComment> HistoryComment.getReplies()
          threaded replies to this comment
 



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