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 forcanned querieswhich filter topics by their posts- Since:
- 4.0
- Author:
- Nick Burch
-
-
Constructor Summary
Constructors Constructor Description GetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisApplyPostQuerySorting()protected List<NodeWithChildrenEntity>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
-
-
-
Constructor Detail
-
GetDiscussionTopcisWithPostsCannedQuery
public GetDiscussionTopcisWithPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithChildrenEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Detail
-
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>
-
-