Interface Post
- All Known Subinterfaces:
ModifiablePost
- All Known Implementing Classes:
JCRPost
public interface Post
Common interface for post of a thread
-
Method Summary
Modifier and TypeMethodDescriptionGet the author of the postGet the content of the postGet the post's creation date.Get the post's last modification date.
-
Method Details
-
getContent
Get the content of the post- Returns:
- The content as a
RichText
-
getAuthor
Get the author of the post- Returns:
- The post's author
-
getCreationDate
Get the post's creation date.- Returns:
- the post's creation date.
-
getLastModified
Get the post's last modification date.- Returns:
- the post's last modification date.
-