org.jbpm.api.history
Interface HistoryComment

All Superinterfaces:
HistoryDetail, java.io.Serializable

public interface HistoryComment
extends HistoryDetail

a free text comment that can be made to an Execution or a task. This class also supports threaded discussions with the getReplies().

Author:
Tom Baeyens

Method Summary
 java.lang.String getMessage()
          the actual message.
 java.util.List<? extends HistoryComment> getReplies()
          threaded replies to this comment
 
Methods inherited from interface org.jbpm.api.history.HistoryDetail
getId, getTime, getUserId
 

Method Detail

getMessage

java.lang.String getMessage()
the actual message. Both plain text as well as HTML can be stored as the message.


getReplies

java.util.List<? extends HistoryComment> getReplies()
threaded replies to this comment



Copyright © 2010 JBoss Community. All Rights Reserved.