public interface DownloadService
| Modifier and Type | Method and Description |
|---|---|
void |
cancelDownload(NodeRef downloadNodeRef)
Cancel a download request
|
NodeRef |
createDownload(NodeRef[] nodeRefs,
boolean recusirsive)
Start the creation of a downlaodable archive file containing the content
from the given nodeRefs.
|
void |
deleteDownloads(Date before)
Delete downloads created before before.
|
DownloadStatus |
getDownloadStatus(NodeRef downloadNode)
Get the status of the of the download identified by downloadNode.
|
NodeRef createDownload(NodeRef[] nodeRefs, boolean recusirsive)
nodeRefs - NodeRefs of content to be added to the archive filerecusirsive - Recurse into container nodesDownloadStatus getDownloadStatus(NodeRef downloadNode)
void deleteDownloads(Date before)
before - Datevoid cancelDownload(NodeRef downloadNodeRef)
downloadNodeRef - NodeRef of the download to cancelCopyright © 2005–2021 Alfresco Software. All rights reserved.