public class DraftsAndPublishedBlogPostsCannedQuery extends AbstractCannedQueryPermissions<BlogEntity>
CannedQuery for the rather particular 'get my drafts and all published' blog-post query.BlogService.getMyDraftsAndAllPublished(NodeRef, Date, Date, org.alfresco.query.PagingRequest)| Constructor and Description |
|---|
DraftsAndPublishedBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO,
MethodSecurityBean<BlogEntity> methodSecurity,
CannedQueryParameters params) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isApplyPostQuerySorting() |
protected List<BlogEntity> |
queryAndFilter(CannedQueryParameters parameters) |
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionsapplyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toStringpublic DraftsAndPublishedBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, CannedQueryParameters params)
protected List<BlogEntity> queryAndFilter(CannedQueryParameters parameters)
queryAndFilter in class AbstractCannedQuery<BlogEntity>protected boolean isApplyPostQuerySorting()
isApplyPostQuerySorting in class AbstractCannedQuery<BlogEntity>Copyright © 2005–2021 Alfresco Software. All rights reserved.