| Package | Description |
|---|---|
| org.finra.herd.rest |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectData |
BusinessObjectDataRestController.getBusinessObjectData(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String businessObjectFormatPartitionKey,
String partitionValue,
DelimitedFieldValues subPartitionValues,
Integer businessObjectFormatVersion,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
Boolean includeBusinessObjectDataStatusHistory)
Retrieves existing business object data entry information.
|
BusinessObjectDataDownloadCredential |
BusinessObjectDataRestController.getBusinessObjectDataDownloadCredential(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion,
String storageName,
DelimitedFieldValues subPartitionValues)
Gets the AWS credential to download to the specified business object data and storage.
|
BusinessObjectDataStatusInformation |
BusinessObjectDataStatusRestController.getBusinessObjectDataStatus(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String businessObjectFormatPartitionKey,
String partitionValue,
DelimitedFieldValues subPartitionValues,
Integer businessObjectFormatVersion,
Integer businessObjectDataVersion)
Retrieves status information for an existing business object data.
|
BusinessObjectDataUploadCredential |
BusinessObjectDataRestController.getBusinessObjectDataUploadCredential(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion,
Boolean createNewVersion,
String storageName,
DelimitedFieldValues subPartitionValues)
Gets the AWS credential to upload to the specified business object data and storage.
|
BusinessObjectDataVersions |
BusinessObjectDataRestController.getBusinessObjectDataVersions(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String partitionValue,
DelimitedFieldValues subPartitionValues,
Integer businessObjectFormatVersion,
Integer businessObjectDataVersion)
Retrieves a list of existing business object data versions.
|
protected List<String> |
HerdBaseController.getList(DelimitedFieldValues delimitedFieldValues)
Gets the given delimited field values as a list.
|
S3KeyPrefixInformation |
BusinessObjectDataRestController.getS3KeyPrefix(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionKey,
String partitionValue,
DelimitedFieldValues subPartitionValues,
Integer businessObjectDataVersion,
String storageName,
Boolean createNewVersion,
javax.servlet.ServletRequest servletRequest)
Gets the S3 key prefix for writing or accessing business object data.
|
StorageUnitDownloadCredential |
StorageUnitRestController.getStorageUnitDownloadCredential(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion,
String storageName,
DelimitedFieldValues subPartitionValues)
Gets the AWS credential to download to the specified storage unit.
|
StorageUnitUploadCredential |
StorageUnitRestController.getStorageUnitUploadCredential(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion,
String storageName,
DelimitedFieldValues subPartitionValues)
Gets the AWS credential to upload to the specified storage unit.
|
BusinessObjectData |
BusinessObjectDataRestController.restoreBusinessObjectData(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion,
DelimitedFieldValues subPartitionValues)
Initiates a restore request for a currently archived business object data.
|
BusinessObjectData |
BusinessObjectDataRestController.retryStoragePolicyTransition(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
Integer businessObjectDataVersion,
DelimitedFieldValues subPartitionValues,
BusinessObjectDataRetryStoragePolicyTransitionRequest request)
Retries a storage policy transition by forcing re-initiation of the archiving process for the specified business object data that is still in progress of
a valid archiving operation.
|
Copyright © 2017. All rights reserved.