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 the DownloadService.deleteDOwnloads.
Author:
Alex Miller
  • Constructor Details

  • Method Details

    • queryAndFilter

      protected List<DownloadEntity> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
      Specified by:
      queryAndFilter in class org.alfresco.query.AbstractCannedQuery<DownloadEntity>
    • isApplyPostQuerySorting

      protected boolean isApplyPostQuerySorting()
      Overrides:
      isApplyPostQuerySorting in class org.alfresco.query.AbstractCannedQuery<DownloadEntity>