Package | Description |
---|---|
org.alfresco.repo.download | |
org.alfresco.service.cmr.download |
Defines the contracts for creating archive files containing specified
content from the repository.
|
Modifier and Type | Method and Description |
---|---|
DownloadStatus |
DownloadStorage.getDownloadStatus(org.alfresco.service.cmr.repository.NodeRef downloadNodeRef) |
DownloadStatus |
DownloadServiceImpl.getDownloadStatus(org.alfresco.service.cmr.repository.NodeRef downloadNode) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadStatusUpdateServiceImpl.update(org.alfresco.service.cmr.repository.NodeRef nodeRef,
DownloadStatus status,
int sequenceNumber) |
void |
DownloadStatusUpdateService.update(org.alfresco.service.cmr.repository.NodeRef nodeRef,
DownloadStatus status,
int sequenceNumber)
Update and persist the status of the download.
|
void |
DownloadStorage.updateStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef,
DownloadStatus status) |
Modifier and Type | Method and Description |
---|---|
DownloadStatus |
DownloadService.getDownloadStatus(org.alfresco.service.cmr.repository.NodeRef downloadNode)
Get the status of the of the download identified by downloadNode.
|
Modifier and Type | Method and Description |
---|---|
void |
DownloadStatusUpdateService.update(org.alfresco.service.cmr.repository.NodeRef nodeRef,
DownloadStatus status,
int sequenceNumber) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.