Class GetDiscussionTopcisWithPostsCannedQuery
java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<NodeWithChildrenEntity>
org.alfresco.repo.discussion.cannedqueries.GetDiscussionTopcisWithPostsCannedQuery
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<NodeWithChildrenEntity>
public class GetDiscussionTopcisWithPostsCannedQuery
extends AbstractCannedQueryPermissions<NodeWithChildrenEntity>
This class provides support for
canned queries which filter topics by their posts- Since:
- 4.0
- Author:
- Nick Burch
-
Constructor Summary
ConstructorsConstructorDescriptionGetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected List<NodeWithChildrenEntity>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionsMethods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toString
-
Constructor Details
-
GetDiscussionTopcisWithPostsCannedQuery
public GetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
protected List<NodeWithChildrenEntity> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) - Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<NodeWithChildrenEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<NodeWithChildrenEntity>
-