Interface ModifiableThread

All Superinterfaces:
AmetysObject, ExplorerNode, ModifiableAmetysObject, ModifiableExplorerNode, ModifiableTraversableAmetysObject, RemovableAmetysObject, Thread, TraversableAmetysObject
All Known Implementing Classes:
JCRThread

Common interface for modifiable thread
  • Method Details

    • setTitle

      void setTitle(String title)
      Set the title of this thread.
      Parameters:
      title - the thread's title
    • setAuthor

      void setAuthor(UserIdentity author)
      Set the author of this thread.
      Parameters:
      author - the author
    • setCreationDate

      void setCreationDate(Date creationDate)
      Set the thread's creation date.
      Parameters:
      creationDate - the thread's creation date.
    • markAsRead

      Mark the thread as read by a user
      Parameters:
      user - The user