Class GetDownloadsCannedQueryFactory

java.lang.Object
org.alfresco.query.AbstractCannedQueryFactory<R>
org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory<DownloadEntity>
org.alfresco.repo.download.cannedquery.GetDownloadsCannedQueryFactory
All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory<DownloadEntity>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class GetDownloadsCannedQueryFactory extends AbstractQNameAwareCannedQueryFactory<DownloadEntity>
A CannedQueryFactory for queries relating to download entities.
Author:
Alex Miller
See Also:
  • Constructor Details

    • GetDownloadsCannedQueryFactory

      public GetDownloadsCannedQueryFactory()
  • Method Details