Class CommentsImpl

  • All Implemented Interfaces:
    Comments

    public class CommentsImpl
    extends java.lang.Object
    implements Comments
    Centralises access to comment services and maps between representations.
    Since:
    publicapi1.0
    Author:
    steveglover
    • Constructor Detail

      • CommentsImpl

        public CommentsImpl()
    • Method Detail

      • setTypeConstraint

        public void setTypeConstraint​(org.alfresco.util.TypeConstraint typeConstraint)
      • setNodes

        public void setNodes​(Nodes nodes)
      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
      • setCommentService

        public void setCommentService​(org.alfresco.repo.forum.CommentService commentService)
      • setContentService

        public void setContentService​(org.alfresco.service.cmr.repository.ContentService contentService)
      • setPeople

        public void setPeople​(People people)
      • deleteComment

        public void deleteComment​(java.lang.String nodeId,
                                  java.lang.String commentNodeId)
        Specified by:
        deleteComment in interface Comments