| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.helper | |
| org.finra.herd.tools.downloader |
| Modifier and Type | Field and Description |
|---|---|
protected List<StorageUnit> |
BusinessObjectData.storageUnits |
| Modifier and Type | Method and Description |
|---|---|
StorageUnit |
ObjectFactory.createStorageUnit()
Create an instance of
StorageUnit |
| Modifier and Type | Method and Description |
|---|---|
List<StorageUnit> |
BusinessObjectData.getStorageUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectData.setStorageUnits(List<StorageUnit> storageUnits) |
| Constructor and Description |
|---|
BusinessObjectData(int id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
String partitionKey,
String partitionValue,
List<String> subPartitionValues,
int version,
Boolean latestVersion,
String status,
List<StorageUnit> storageUnits,
List<Attribute> attributes,
List<BusinessObjectDataKey> businessObjectDataParents,
List<BusinessObjectDataKey> businessObjectDataChildren,
List<BusinessObjectDataStatusChangeEvent> businessObjectDataStatusHistory,
XMLGregorianCalendar retentionExpirationDate)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StorageUnit |
BusinessObjectDataHelper.getStorageUnitByStorageName(BusinessObjectData businessObjectData,
String storageName)
Gets a storage unit by storage name (case insensitive).
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageUnit> |
StorageUnitHelper.createStorageUnitsFromEntities(Collection<StorageUnitEntity> storageUnitEntities,
Boolean includeStorageUnitStatusHistory)
Creates a list of storage units from the list of storage unit entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageFileHelper.validateDownloadedS3Files(String baseDirectory,
String s3KeyPrefix,
StorageUnit storageUnit)
Validate downloaded S3 files per storage unit information.
|
void |
StorageFileHelper.validateStorageUnitS3Files(StorageUnit storageUnit,
List<String> actualS3Files,
String s3KeyPrefix)
Validates S3 files per storage unit information.
|
| Modifier and Type | Method and Description |
|---|---|
protected DownloaderOutputManifestDto |
DownloaderController.createDownloaderOutputManifestDto(BusinessObjectData businessObjectData,
StorageUnit storageUnit,
String s3KeyPrefix)
Creates a downloader output manifest instance from the business object data.
|
Copyright © 2019. All rights reserved.