Class GetAuthoritiesCannedQuery
java.lang.Object
org.alfresco.query.AbstractCannedQuery<R>
org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<AuthorityInfo>
org.alfresco.repo.security.authority.GetAuthoritiesCannedQuery
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<AuthorityInfo>
GetAuthorities CQ - to get paged list of authorities
- Since:
- 4.0
- Author:
- janv
-
Constructor Summary
ConstructorsConstructorDescriptionGetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<AuthorityInfo>applyPostQuerySorting(List<AuthorityInfo> results, org.alfresco.query.CannedQuerySortDetails sortDetails) protected booleanprotected List<AuthorityInfo>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, execute, getParameters, isApplyPostQueryPaging, toString
-
Constructor Details
-
GetAuthoritiesCannedQuery
public GetAuthoritiesCannedQuery(CannedQueryDAO cannedQueryDAO, TenantService tenantService, MethodSecurityBean<AuthorityInfo> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<AuthorityInfo>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<AuthorityInfo>
-
applyPostQuerySorting
protected List<AuthorityInfo> applyPostQuerySorting(List<AuthorityInfo> results, org.alfresco.query.CannedQuerySortDetails sortDetails) - Overrides:
applyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<AuthorityInfo>
-