Class BlogPostInfoImpl

    • Constructor Detail

      • BlogPostInfoImpl

        public BlogPostInfoImpl​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
                                String systemName)
    • Method Detail

      • getNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
        Gets the NodeRef representing this blog-post.
        Specified by:
        getNodeRef in interface BlogPostInfo
        Specified by:
        getNodeRef in interface PermissionCheckValue
        Returns:
        the underlying value to filter
      • getContainerNodeRef

        public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
        Specified by:
        getContainerNodeRef in interface BlogPostInfo
        Returns:
        the NodeRef of the container this belongs to (Site or Otherwise)
      • setTitle

        public void setTitle​(String title)
        Set the Title of the blog post.
        Specified by:
        setTitle in interface BlogPostInfo