Package | Description |
---|---|
org.alfresco.rest.api.model | |
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.Status |
Download.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
Download.setStatus(DownloadStatus.Status status) |
Modifier and Type | Method and Description |
---|---|
DownloadStatus.Status |
DownloadStatus.getStatus() |
static DownloadStatus.Status |
DownloadStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadStatus.Status[] |
DownloadStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DownloadStatus(DownloadStatus.Status status,
long done,
long total,
long filesAdded,
long totalFiles)
Default constructor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.