Interface BlogPostInfo

    • Method Detail

      • getNodeRef

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

        org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
        Returns:
        the NodeRef of the container this belongs to (Site or Otherwise)
      • getSystemName

        String getSystemName()
        Gets the cm:name of the blog post.
      • getTitle

        String getTitle()
        Returns:
        the Title of the blog post.
      • setTitle

        void setTitle​(String title)
        Sets the Title of the blog post.