| Package | Description |
|---|---|
| au.org.ala.biocache.dto | |
| au.org.ala.biocache.service |
| Modifier and Type | Method and Description |
|---|---|
DownloadDetailsDTO.DownloadType |
DownloadDetailsDTO.getDownloadType() |
static DownloadDetailsDTO.DownloadType |
DownloadDetailsDTO.DownloadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadDetailsDTO.DownloadType[] |
DownloadDetailsDTO.DownloadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadDetailsDTO.setDownloadType(DownloadDetailsDTO.DownloadType downloadType) |
| Constructor and Description |
|---|
DownloadDetailsDTO(DownloadRequestParams params,
String ipAddress,
DownloadDetailsDTO.DownloadType type) |
DownloadDetailsDTO(String params,
String ipAddress,
DownloadDetailsDTO.DownloadType type) |
| Modifier and Type | Method and Description |
|---|---|
DownloadDetailsDTO |
DownloadService.registerDownload(DownloadRequestParams requestParams,
String ip,
DownloadDetailsDTO.DownloadType type)
Registers a new active download
|
Copyright © 2014. All rights reserved.