Package org.alfresco.repo.node
Class GetNodesWithAspectCannedQuery
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQuery<R>
-
- org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<NodeRef>
-
- org.alfresco.repo.node.GetNodesWithAspectCannedQuery
-
- All Implemented Interfaces:
CannedQuery<NodeRef>
public class GetNodesWithAspectCannedQuery extends AbstractCannedQueryPermissions<NodeRef>
GetNodesWithAspect canned query To get paged list of nodes with the specified aspects.- Since:
- 4.1
- Author:
- Nick Burch
-
-
Constructor Summary
Constructors Constructor Description GetNodesWithAspectCannedQuery(NodeDAO nodeDAO, TenantService tenantService, MethodSecurityBean<NodeRef> methodSecurity, CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<NodeRef>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, isApplyPostQuerySorting, toString
-
-
-
-
Constructor Detail
-
GetNodesWithAspectCannedQuery
public GetNodesWithAspectCannedQuery(NodeDAO nodeDAO, TenantService tenantService, MethodSecurityBean<NodeRef> methodSecurity, CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected List<NodeRef> queryAndFilter(CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classAbstractCannedQuery<NodeRef>
-
-