Class PostWithReplies
java.lang.Object
org.alfresco.service.cmr.discussion.PostWithReplies
- All Implemented Interfaces:
PermissionCheckValue
This class holds a post and all replies to it, possibly nested.
This is used with
DiscussionService.listPostReplies(PostInfo, int)- Since:
- 4.0
- Author:
- Nick Burch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the underlying node value that needs to be permission checked.getPost()
-
Constructor Details
-
PostWithReplies
-
-
Method Details
-
getPost
-
getReplies
-
getNodeRef
Description copied from interface:PermissionCheckValueGet the underlying node value that needs to be permission checked.- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- the underlying value to filter
-