Class BlogPostInfoImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      BlogPostInfoImpl​(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.cmr.repository.NodeRef containerNodeRef, java.lang.String systemName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()  
      org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      Gets the NodeRef representing this blog-post.
      java.lang.String getSystemName()
      Gets the cm:name of the blog post.
      java.lang.String getTitle()  
      void setTitle​(java.lang.String title)
      Set the Title of the blog post.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlogPostInfoImpl

        public BlogPostInfoImpl​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
                                java.lang.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)
      • getSystemName

        public java.lang.String getSystemName()
        Gets the cm:name of the blog post.
        Specified by:
        getSystemName in interface BlogPostInfo
        Returns:
        String
      • getTitle

        public java.lang.String getTitle()
        Specified by:
        getTitle in interface BlogPostInfo
        Returns:
        the Title of the blog post.
      • setTitle

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