public class DownloadStatusUpdateServiceImpl extends Object implements DownloadStatusUpdateService
Constructor and Description |
---|
DownloadStatusUpdateServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
setStorage(DownloadStorage storage) |
void |
update(org.alfresco.service.cmr.repository.NodeRef nodeRef,
DownloadStatus status,
int sequenceNumber)
Update and persist the status of the download.
|
public void setStorage(DownloadStorage storage)
public void update(org.alfresco.service.cmr.repository.NodeRef nodeRef, DownloadStatus status, int sequenceNumber)
DownloadStatusUpdateService
update
in interface DownloadStatusUpdateService
nodeRef
- The download node, whose status is to be updated.status
- The new statussequenceNumber
- intCopyright © 2005–2017 Alfresco Software. All rights reserved.