public class PostWithReplies extends Object implements PermissionCheckValue
DiscussionService.listPostReplies(PostInfo, int)
Constructor and Description |
---|
PostWithReplies(PostInfo post,
List<PostWithReplies> replies) |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
PostInfo |
getPost() |
List<PostWithReplies> |
getReplies() |
public PostWithReplies(PostInfo post, List<PostWithReplies> replies)
public PostInfo getPost()
public List<PostWithReplies> getReplies()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
Copyright © 2005–2017 Alfresco Software. All rights reserved.