Uses of Class
org.alfresco.repo.download.cannedquery.DownloadEntity
Packages that use DownloadEntity
-
Uses of DownloadEntity in org.alfresco.repo.download
Methods in org.alfresco.repo.download that return types with arguments of type DownloadEntityModifier and TypeMethodDescriptionDownloadStorage.getDownloadsCreatedBefore(Date before, int batchSize, boolean cleanAllSysDownloadFolders) Get all the downloads created before before. -
Uses of DownloadEntity in org.alfresco.repo.download.cannedquery
Subclasses of DownloadEntity in org.alfresco.repo.download.cannedqueryModifier and TypeClassDescriptionclassQuery parameters for GetDownloadsCannedQueryMethods in org.alfresco.repo.download.cannedquery that return types with arguments of type DownloadEntityModifier and TypeMethodDescriptionorg.alfresco.query.CannedQuery<DownloadEntity>GetDownloadsCannedQueryFactory.getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<DownloadEntity>GetDownloadsCannedQueryFactory.getDownloadsCannedQuery(NodeRef containerNode, Date before) protected List<DownloadEntity>GetDownloadsCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Constructor parameters in org.alfresco.repo.download.cannedquery with type arguments of type DownloadEntityModifierConstructorDescriptionGetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<DownloadEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)