Class GetDownloadsCannedQuery
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQuery<R>
-
- org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<DownloadEntity>
-
- org.alfresco.repo.download.cannedquery.GetDownloadsCannedQuery
-
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<DownloadEntity>
public class GetDownloadsCannedQuery extends AbstractCannedQueryPermissions<DownloadEntity>
This class provides the GetDownloads canned queries} used by theDownloadService.deleteDOwnloads.- Author:
- Alex Miller
-
-
Constructor Summary
Constructors Constructor Description GetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<DownloadEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisApplyPostQuerySorting()protected java.util.List<DownloadEntity>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
-
-
-
Constructor Detail
-
GetDownloadsCannedQuery
public GetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<DownloadEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected java.util.List<DownloadEntity> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<DownloadEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<DownloadEntity>
-
-