public static final class DownloadStatus.Status
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static DownloadStatus.Status |
CANCELLED |
static DownloadStatus.Status |
DONE |
static DownloadStatus.Status |
IN_PROGRESS |
static DownloadStatus.Status |
MAX_CONTENT_SIZE_EXCEEDED |
static DownloadStatus.Status |
PENDING |
| Modifier and Type | Method and Description |
|---|---|
static DownloadStatus.Status |
valueOf(java.lang.String name) |
static DownloadStatus.Status[] |
values() |
public static final DownloadStatus.Status PENDING
public static final DownloadStatus.Status IN_PROGRESS
public static final DownloadStatus.Status DONE
public static final DownloadStatus.Status MAX_CONTENT_SIZE_EXCEEDED
public static final DownloadStatus.Status CANCELLED
public static DownloadStatus.Status[] values()
public static DownloadStatus.Status valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.