Uses of Interface
org.alfresco.service.cmr.discussion.PostInfo
Packages that use PostInfo
-
Uses of PostInfo in org.alfresco.repo.discussion
Classes in org.alfresco.repo.discussion that implement PostInfoMethods in org.alfresco.repo.discussion that return PostInfoModifier and TypeMethodDescriptionDiscussionServiceImpl.createPost(TopicInfo topic, String contents) DiscussionServiceImpl.createReply(PostInfo parentPost, String contents) DiscussionServiceImpl.getMostRecentPost(TopicInfo topic) DiscussionServiceImpl.getPrimaryPost(TopicInfo topic) DiscussionServiceImpl.updatePost(PostInfo post) Methods in org.alfresco.repo.discussion that return types with arguments of type PostInfoModifier and TypeMethodDescriptionDiscussionServiceImpl.getForNodeRef(NodeRef nodeRef) org.alfresco.query.PagingResults<PostInfo>Methods in org.alfresco.repo.discussion with parameters of type PostInfoModifier and TypeMethodDescriptionDiscussionServiceImpl.createReply(PostInfo parentPost, String contents) voidDiscussionServiceImpl.deletePost(PostInfo post) DiscussionServiceImpl.listPostReplies(PostInfo primaryPost, int levels) DiscussionServiceImpl.updatePost(PostInfo post) -
Uses of PostInfo in org.alfresco.service.cmr.discussion
Methods in org.alfresco.service.cmr.discussion that return PostInfoModifier and TypeMethodDescriptionDiscussionService.createPost(TopicInfo topic, String contents) Creates a newPostInfoin the given topic, with the specified contents.DiscussionService.createReply(PostInfo parentPost, String contents) Creates a newPostInfowhich is a reply to the specified other post, with the given contents.DiscussionService.getMostRecentPost(TopicInfo topic) Retrieves the newest (most recent) Post in a topic, be that the Primary Post or a Reply.Retrieves an existingPostInfofrom the repositoryPostWithReplies.getPost()DiscussionService.getPrimaryPost(TopicInfo topic) Retrieves the Primary (Root) Post in a topic, to which all replies belong.DiscussionService.updatePost(PostInfo post) Updates an existingPostInfoin the repository.Methods in org.alfresco.service.cmr.discussion that return types with arguments of type PostInfoModifier and TypeMethodDescriptionDiscussionService.getForNodeRef(NodeRef nodeRef) org.alfresco.query.PagingResults<PostInfo>Retrieves all posts in a topic, ordered by creation dateMethods in org.alfresco.service.cmr.discussion with parameters of type PostInfoModifier and TypeMethodDescriptionDiscussionService.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 repositoryDiscussionService.listPostReplies(PostInfo primaryPost, int levels) Retrieves all replies to a PostDiscussionService.updatePost(PostInfo post) Updates an existingPostInfoin the repository.Constructors in org.alfresco.service.cmr.discussion with parameters of type PostInfo