Interface DownloadStatusUpdateService


  • public interface DownloadStatusUpdateService
    Service for updating the status of a download.
    Author:
    Alex Miller
    • Method Detail

      • update

        void update​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                    DownloadStatus status,
                    int sequenceNumber)