public class DownloadStatusUpdateServiceImpl extends java.lang.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)
DownloadStatusUpdateServiceupdate in interface DownloadStatusUpdateServicenodeRef - The download node, whose status is to be updated.status - The new statusCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.