Uses of Interface
org.alfresco.service.cmr.discussion.PostInfo
-
Packages that use PostInfo Package Description org.alfresco.repo.discussion org.alfresco.service.cmr.discussion -
-
Uses of PostInfo in org.alfresco.repo.discussion
Classes in org.alfresco.repo.discussion that implement PostInfo Modifier and Type Class Description classPostInfoImplAn implementation ofPostInfoMethods in org.alfresco.repo.discussion that return PostInfo Modifier and Type Method Description PostInfoDiscussionServiceImpl. createPost(TopicInfo topic, String contents)PostInfoDiscussionServiceImpl. createReply(PostInfo parentPost, String contents)PostInfoDiscussionServiceImpl. getMostRecentPost(TopicInfo topic)PostInfoDiscussionServiceImpl. getPost(TopicInfo topic, String postName)PostInfoDiscussionServiceImpl. getPrimaryPost(TopicInfo topic)PostInfoDiscussionServiceImpl. updatePost(PostInfo post)Methods in org.alfresco.repo.discussion that return types with arguments of type PostInfo Modifier and Type Method Description org.alfresco.util.Pair<TopicInfo,PostInfo>DiscussionServiceImpl. getForNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)org.alfresco.query.PagingResults<PostInfo>DiscussionServiceImpl. listPosts(TopicInfo topic, org.alfresco.query.PagingRequest paging)Methods in org.alfresco.repo.discussion with parameters of type PostInfo Modifier and Type Method Description PostInfoDiscussionServiceImpl. createReply(PostInfo parentPost, String contents)voidDiscussionServiceImpl. deletePost(PostInfo post)PostWithRepliesDiscussionServiceImpl. listPostReplies(PostInfo primaryPost, int levels)PostInfoDiscussionServiceImpl. updatePost(PostInfo post) -
Uses of PostInfo in org.alfresco.service.cmr.discussion
Methods in org.alfresco.service.cmr.discussion that return PostInfo Modifier and Type Method Description PostInfoDiscussionService. createPost(TopicInfo topic, String contents)Creates a newPostInfoin the given topic, with the specified contents.PostInfoDiscussionService. createReply(PostInfo parentPost, String contents)Creates a newPostInfowhich is a reply to the specified other post, with the given contents.PostInfoDiscussionService. getMostRecentPost(TopicInfo topic)Retrieves the newest (most recent) Post in a topic, be that the Primary Post or a Reply.PostInfoDiscussionService. getPost(TopicInfo topic, String postName)Retrieves an existingPostInfofrom the repositoryPostInfoPostWithReplies. getPost()PostInfoDiscussionService. getPrimaryPost(TopicInfo topic)Retrieves the Primary (Root) Post in a topic, to which all replies belong.PostInfoDiscussionService. updatePost(PostInfo post)Updates an existingPostInfoin the repository.Methods in org.alfresco.service.cmr.discussion that return types with arguments of type PostInfo Modifier and Type Method Description org.alfresco.util.Pair<TopicInfo,PostInfo>DiscussionService. getForNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)org.alfresco.query.PagingResults<PostInfo>DiscussionService. listPosts(TopicInfo topic, org.alfresco.query.PagingRequest paging)Retrieves all posts in a topic, ordered by creation dateMethods in org.alfresco.service.cmr.discussion with parameters of type PostInfo Modifier and Type Method Description PostInfoDiscussionService. createReply(PostInfo parentPost, String contents)Creates a newPostInfowhich is a reply to the specified other post, with the given contents.voidDiscussionService. deletePost(PostInfo post)Deletes an existingPostInfofrom the repositoryPostWithRepliesDiscussionService. listPostReplies(PostInfo primaryPost, int levels)Retrieves all replies to a PostPostInfoDiscussionService. updatePost(PostInfo post)Updates an existingPostInfoin the repository.Constructors in org.alfresco.service.cmr.discussion with parameters of type PostInfo Constructor Description PostWithReplies(PostInfo post, List<PostWithReplies> replies)
-