Uses of Class
org.alfresco.service.cmr.download.DownloadStatus
-
Packages that use DownloadStatus Package Description org.alfresco.repo.download org.alfresco.service.cmr.download 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 DownloadStatus Modifier and Type Method Description DownloadStatusDownloadServiceImpl. getDownloadStatus(org.alfresco.service.cmr.repository.NodeRef downloadNode)DownloadStatusDownloadStorage. getDownloadStatus(org.alfresco.service.cmr.repository.NodeRef downloadNodeRef)Methods in org.alfresco.repo.download with parameters of type DownloadStatus Modifier and Type Method Description voidDownloadStatusUpdateService. update(org.alfresco.service.cmr.repository.NodeRef nodeRef, DownloadStatus status, int sequenceNumber)Update and persist the status of the download.voidDownloadStatusUpdateServiceImpl. update(org.alfresco.service.cmr.repository.NodeRef nodeRef, DownloadStatus status, int sequenceNumber)voidDownloadStorage. updateStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef, DownloadStatus status) -
Uses of DownloadStatus in org.alfresco.service.cmr.download
Methods in org.alfresco.service.cmr.download that return DownloadStatus Modifier and Type Method Description DownloadStatusDownloadService. getDownloadStatus(org.alfresco.service.cmr.repository.NodeRef downloadNode)Get the status of the of the download identified by downloadNode.Methods in org.alfresco.service.cmr.download with parameters of type DownloadStatus Modifier and Type Method Description voidDownloadStatusUpdateService. update(org.alfresco.service.cmr.repository.NodeRef nodeRef, DownloadStatus status, int sequenceNumber)
-