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:
org.alfresco.query.CannedQuery<NodeWithTargetsEntity>
public class GetChildrenWithTargetAssocsAuditableCannedQuery
extends AbstractCannedQueryPermissions<NodeWithTargetsEntity>
This class provides support for
canned queries which filter by Auditable Properties and Target Assocs- Since:
- 4.0
- Author:
- Nick Burch
-
Constructor Summary
ConstructorsConstructorDescriptionGetChildrenWithTargetAssocsAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithTargetsEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected List<NodeWithTargetsEntity>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
-
GetChildrenWithTargetAssocsAuditableCannedQuery
public GetChildrenWithTargetAssocsAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeWithTargetsEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
protected List<NodeWithTargetsEntity> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) - Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<NodeWithTargetsEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<NodeWithTargetsEntity>
-