| Package | Description |
|---|---|
| org.finra.herd.model.dto | |
| org.finra.herd.tools.common.databridge | |
| org.finra.herd.tools.downloader | |
| org.finra.herd.tools.uploader |
| Modifier and Type | Method and Description |
|---|---|
RegServerAccessParamsDto |
RegServerAccessParamsDto.Builder.build() |
| Modifier and Type | Field and Description |
|---|---|
protected RegServerAccessParamsDto |
DataBridgeWebClient.regServerAccessParamsDto
The DTO for the parameters required to communicate with the registration server.
|
| Modifier and Type | Method and Description |
|---|---|
RegServerAccessParamsDto |
DataBridgeWebClient.getRegServerAccessParamsDto()
Returns the Registration Server Access Parameters DTO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBridgeWebClient.setRegServerAccessParamsDto(RegServerAccessParamsDto regServerAccessParamsDto)
Sets the Registration Server Access Parameters DTO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DownloaderController.performDownload(RegServerAccessParamsDto regServerAccessParamsDto,
File manifestPath,
S3FileTransferRequestParamsDto s3FileTransferRequestParamsDto)
Executes the downloader workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploaderController.performUpload(RegServerAccessParamsDto regServerAccessParamsDto,
File manifestPath,
S3FileTransferRequestParamsDto params,
Boolean createNewVersion,
Boolean force,
Integer maxRetryAttempts,
Integer retryDelaySecs)
Executes the uploader workflow.
|
Copyright © 2017. All rights reserved.