Interface ICommentEntry

All Known Implementing Classes:
CommentEntry

public interface ICommentEntry
Single comment entry
  • Method Details

    • getID

      String getID()
      Returns unique ID for this comment entry
    • getText

      String getText()
      Returns original text for comment
    • getDisplayText

      String getDisplayText()
      Returns processed text for the comment suitable for display
    • getUserID

      String getUserID()
      Returns ID of the user made the comment
    • getUserDisplayName

      String getUserDisplayName()
      Returns display name of the user made the comment
    • getTimestamp

      Date getTimestamp()
      Returns timestamp for the comment
    • getAttachments

      IAttachmentItem[] getAttachments() throws Exception
      Returns list of attachments for this comment
      Throws:
      Exception