Class BlogEntity

java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.blog.cannedqueries.BlogEntity
All Implemented Interfaces:
PermissionCheckValue
Direct Known Subclasses:
DraftsAndPublishedBlogPostsCannedQueryParams, GetBlogPostsCannedQueryParams

public class BlogEntity extends NodeBackedEntity
Blog Entity - used by GetBlogs CQ
Since:
4.0
Author:
janv
  • Constructor Details

    • BlogEntity

      public BlogEntity()
      Default constructor
    • BlogEntity

      public BlogEntity(Long parentNodeId, Long nameQNameId, Long publishedQNameId, Long contentTypeQNameId, Long blogIntAspectQNameId, Long blogIntPostedQNameId)
  • Method Details

    • getPublishedDate

      public String getPublishedDate()
    • setPublishedDate

      public void setPublishedDate(String published)
    • getPostedDate

      public String getPostedDate()
    • setPostedDate

      public void setPostedDate(String postedDateISO8061)
    • getPublishedQNameId

      public Long getPublishedQNameId()
    • getBlogIntAspectQNameId

      public Long getBlogIntAspectQNameId()
    • getBlogIntPostedQNameId

      public Long getBlogIntPostedQNameId()