Package | Description |
---|---|
org.alfresco.repo.download | |
org.alfresco.repo.download.cannedquery |
Modifier and Type | Method and Description |
---|---|
List<List<DownloadEntity>> |
DownloadStorage.getDownloadsCreatedBefore(Date before)
Get all the downloads created before before.
|
Modifier and Type | Class and Description |
---|---|
class |
GetDownloadsCannedQueryParams
Query parameters for GetDownloadsCannedQuery
|
Modifier and Type | Method and 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,
Date before) |
protected List<DownloadEntity> |
GetDownloadsCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) |
Constructor and Description |
---|
GetDownloadsCannedQuery(CannedQueryDAO cannedQueryDAO,
MethodSecurityBean<DownloadEntity> methodSecurity,
org.alfresco.query.CannedQueryParameters params) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.