@Version("3.5.0")
Package com.adobe.cq.dam.download.api
Defines package version.
-
Interface Summary Interface Description DownloadApiFactory Factory interface for creating various objects whose implementations depend on the type of service being implemented.DownloadArtifact Represents a final artifact that is a result of the download creation process.DownloadFile Represents a repository file whose binary contents can be included in a download artifact.DownloadManifest Provides a means for specifying which binaries should be included in a download.DownloadProgress The information that will be provided to consumers when they request the status of a download being generated by theDownloadService
.DownloadService A service that allows consumers to specify a list of targets, which will be translated into one or more URIs that the consumer can then use to download binaries representing the requested targets.DownloadStorageService This service is responsible for persisting download information for aDownloadService
.DownloadTarget Specifies an entity that should be included in a download initiated through theDownloadService
. -
Enum Summary Enum Description DownloadProgress.Status -
Exception Summary Exception Description DownloadException High-level exception type for indicating that something went wrong during the process of generating a download.