Uses of Class
org.alfresco.service.cmr.download.DownloadStatus
Packages that use DownloadStatus
Package
Description
Defines the contracts for creating archive files containing specified
content from the repository.
-
Uses of DownloadStatus in org.alfresco.repo.download
Methods in org.alfresco.repo.download that return DownloadStatusModifier and TypeMethodDescriptionDownloadServiceImpl.getDownloadStatus(NodeRef downloadNode) DownloadStorage.getDownloadStatus(NodeRef downloadNodeRef) Methods in org.alfresco.repo.download with parameters of type DownloadStatusModifier and TypeMethodDescriptionvoidDownloadStatusUpdateService.update(NodeRef nodeRef, DownloadStatus status, int sequenceNumber) Update and persist the status of the download.voidDownloadStatusUpdateServiceImpl.update(NodeRef nodeRef, DownloadStatus status, int sequenceNumber) voidDownloadStorage.updateStatus(NodeRef nodeRef, DownloadStatus status) -
Uses of DownloadStatus in org.alfresco.service.cmr.download
Methods in org.alfresco.service.cmr.download that return DownloadStatusModifier and TypeMethodDescriptionDownloadService.getDownloadStatus(NodeRef downloadNode) Get the status of the of the download identified by downloadNode.Methods in org.alfresco.service.cmr.download with parameters of type DownloadStatusModifier and TypeMethodDescriptionvoidDownloadStatusUpdateService.update(NodeRef nodeRef, DownloadStatus status, int sequenceNumber)