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:
org.alfresco.query.CannedQuery<NodeRef>
GetNodesWithAspect canned query
To get paged list of nodes with the specified aspects.
- Since:
- 4.1
- Author:
- Nick Burch
-
Constructor Summary
ConstructorsConstructorDescriptionGetNodesWithAspectCannedQuery(NodeDAO nodeDAO, TenantService tenantService, MethodSecurityBean<NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptionqueryAndFilter(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, isApplyPostQuerySorting, toString
-
Constructor Details
-
GetNodesWithAspectCannedQuery
public GetNodesWithAspectCannedQuery(NodeDAO nodeDAO, TenantService tenantService, MethodSecurityBean<NodeRef> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<NodeRef>
-