| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl | |
| org.finra.herd.tools.uploader |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataVersions |
ObjectFactory.createBusinessObjectDataVersions()
Create an instance of
BusinessObjectDataVersions |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataVersions |
BusinessObjectDataRestController.getBusinessObjectDataVersions(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
String partitionValue,
String subPartitionValues,
Integer businessObjectFormatVersion,
Integer businessObjectDataVersion)
Retrieves a list of existing business object data versions.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataVersions |
BusinessObjectDataService.getBusinessObjectDataVersions(BusinessObjectDataKey businessObjectDataKey)
Retrieves a list of existing business object data versions, if any.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataVersions |
BusinessObjectDataServiceImpl.getBusinessObjectDataVersions(BusinessObjectDataKey businessObjectDataKey)
Retrieves a list of existing business object data versions, if any.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataVersions |
UploaderWebClient.getBusinessObjectDataVersions(BusinessObjectDataKey businessObjectDataKey)
Retrieves all versions for the specified business object data key.
|
protected BusinessObjectDataVersions |
UploaderWebClient.getBusinessObjectDataVersions(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
Extracts BusinessObjectDataVersions object from the registration server HTTP response.
|
Copyright © 2021. All rights reserved.