| Package | Description |
|---|---|
| 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 |
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–2018 Alfresco Software. All rights reserved.