| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl | |
| org.finra.herd.tools.common.databridge |
| Modifier and Type | Field and Description |
|---|---|
protected Storage |
StorageUnit.storage |
| Modifier and Type | Method and Description |
|---|---|
Storage |
ObjectFactory.createStorage()
Create an instance of
Storage |
Storage |
StorageUnit.getStorage()
Gets the value of the storage property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageUnit.setStorage(Storage value)
Sets the value of the storage property.
|
| Constructor and Description |
|---|
StorageUnit(Storage storage,
StorageDirectory storageDirectory,
List<StorageFile> storageFiles,
String storageUnitStatus)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageRestController.createStorage(StorageCreateRequest request)
Creates a new storage.
|
Storage |
StorageRestController.deleteStorage(String storageName)
Deletes an existing storage by name.
|
Storage |
StorageRestController.getStorage(String storageName)
Gets an existing storage by name.
|
Storage |
StorageRestController.updateStorage(String storageName,
StorageUpdateRequest request)
Updates an existing storage.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageService.createStorage(StorageCreateRequest storageRequest) |
Storage |
StorageService.deleteStorage(StorageAlternateKeyDto storageAlternateKey) |
Storage |
StorageService.getStorage(StorageAlternateKeyDto storageAlternateKey) |
Storage |
StorageService.updateStorage(StorageAlternateKeyDto storageAlternateKey,
StorageUpdateRequest storageRequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
StorageHelper.getStorageAttributeValueByName(String attributeName,
Storage storage,
Boolean required)
Gets attribute value by name from the storage object instance.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageServiceImpl.createStorage(StorageCreateRequest storageCreateRequest)
Creates a new storage.
|
Storage |
StorageServiceImpl.deleteStorage(StorageAlternateKeyDto storageAlternateKey)
Deletes a storage for the specified storage alternate key.
|
Storage |
StorageServiceImpl.getStorage(StorageAlternateKeyDto storageAlternateKey)
Gets a storage for the specified storage name.
|
Storage |
StorageServiceImpl.updateStorage(StorageAlternateKeyDto storageAlternateKey,
StorageUpdateRequest storageUpdateRequest)
Updates an existing storage.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
DataBridgeWebClient.getStorage(String storageName)
Gets storage information from the registration server.
|
Copyright © 2017. All rights reserved.