Class GetChildrenWithTargetAssocsAuditableCannedQuery
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQuery<R>
-
- org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<NodeWithTargetsEntity>
-
- org.alfresco.repo.node.getchildren.GetChildrenWithTargetAssocsAuditableCannedQuery
-
- All Implemented Interfaces:
CannedQuery<NodeWithTargetsEntity>
public class GetChildrenWithTargetAssocsAuditableCannedQuery extends AbstractCannedQueryPermissions<NodeWithTargetsEntity>
This class provides support forcanned querieswhich filter by Auditable Properties and Target Assocs- Since:
- 4.0
- Author:
- Nick Burch
-
-
Constructor Summary
Constructors Constructor Description GetChildrenWithTargetAssocsAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithTargetsEntity> methodSecurity, CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisApplyPostQuerySorting()protected List<NodeWithTargetsEntity>queryAndFilter(CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
Methods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toString
-
-
-
-
Constructor Detail
-
GetChildrenWithTargetAssocsAuditableCannedQuery
public GetChildrenWithTargetAssocsAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithTargetsEntity> methodSecurity, CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected List<NodeWithTargetsEntity> queryAndFilter(CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classAbstractCannedQuery<NodeWithTargetsEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classAbstractCannedQuery<NodeWithTargetsEntity>
-
-