Package org.alfresco.rest.api
Interface Downloads
- All Known Implementing Classes:
DownloadsImpl
public interface Downloads
downloads API
- Author:
- cpopa
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Stop the zip creation if still in progresscreateDownloadNode
(Download download) Creates a download:download node.getDownloadStatus
(String downloadNodeId) Get status info about a download node.
-
Method Details
-
createDownloadNode
Creates a download:download node.- Parameters:
download
-- Returns:
- information about the newly created download:download node
-
getDownloadStatus
Get status info about a download node.- Parameters:
downloadNodeId
-- Returns:
- status info about a download:download node
-
cancel
Stop the zip creation if still in progress- Parameters:
downloadNodeId
-
-