Class GetBlogPostsCannedQueryParams

java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.blog.cannedqueries.BlogEntity
org.alfresco.repo.blog.cannedqueries.GetBlogPostsCannedQueryParams
All Implemented Interfaces:
PermissionCheckValue

public class GetBlogPostsCannedQueryParams extends BlogEntity
Parameter objects for GetBlogPostsCannedQuery.
Since:
4.0
Author:
Neil Mc Erlean
  • Constructor Details

    • GetBlogPostsCannedQueryParams

      public GetBlogPostsCannedQueryParams(Long blogContainerNodeId, Long nameQNameId, Long publishedQNameId, Long contentTypeQNameId, String cmCreator, boolean isPublished, Date publishedFromDate, Date publishedToDate, Long blogIntAspectQNameId, Long blogIntPostedQNameId)
  • Method Details

    • getCmCreator

      public String getCmCreator()
    • getIsPublished

      public boolean getIsPublished()
    • getPublishedFromDate

      public Date getPublishedFromDate()
    • getPublishedToDate

      public Date getPublishedToDate()
    • getBlogIntAspectQNameId

      public Long getBlogIntAspectQNameId()
      Overrides:
      getBlogIntAspectQNameId in class BlogEntity