Uses of Class
org.alfresco.repo.download.cannedquery.DownloadEntity
-
Packages that use DownloadEntity Package Description org.alfresco.repo.download org.alfresco.repo.download.cannedquery -
-
Uses of DownloadEntity in org.alfresco.repo.download
Methods in org.alfresco.repo.download that return types with arguments of type DownloadEntity Modifier and Type Method Description java.util.List<java.util.List<DownloadEntity>>DownloadStorage. getDownloadsCreatedBefore(java.util.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.cannedquery Modifier and Type Class Description classGetDownloadsCannedQueryParamsQuery parameters for GetDownloadsCannedQueryMethods in org.alfresco.repo.download.cannedquery that return types with arguments of type DownloadEntity Modifier and Type Method Description org.alfresco.query.CannedQuery<DownloadEntity>GetDownloadsCannedQueryFactory. getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)org.alfresco.query.CannedQuery<DownloadEntity>GetDownloadsCannedQueryFactory. getDownloadsCannedQuery(org.alfresco.service.cmr.repository.NodeRef containerNode, java.util.Date before)protected java.util.List<DownloadEntity>GetDownloadsCannedQuery. queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)Constructor parameters in org.alfresco.repo.download.cannedquery with type arguments of type DownloadEntity Constructor Description GetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<DownloadEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-