| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| 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,
List<StorageUnitStatusChangeEvent> storageUnitStatusHistory,
Integer storagePolicyTransitionFailedAttempts,
XMLGregorianCalendar restoreExpirationOn)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageService.createStorage(StorageCreateRequest storageCreateRequest)
Creates a new storage.
|
Storage |
StorageService.deleteStorage(StorageKey storageKey)
Deletes an existing storage by storage key.
|
Storage |
StorageService.getStorage(StorageKey storageKey)
Gets an existing storage by storage key.
|
Storage |
StorageService.updateStorage(StorageKey storageKey,
StorageUpdateRequest storageUpdateRequest)
Updates an existing storage by storage key.
|
Storage |
StorageService.updateStorageAttributes(StorageKey storageKey,
StorageAttributesUpdateRequest storageAttributesUpdateRequest)
Updates an existing storage attributes by storage key.
|
| 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) |
Storage |
StorageServiceImpl.deleteStorage(StorageKey storageKey) |
Storage |
StorageServiceImpl.getStorage(StorageKey storageKey) |
Storage |
StorageServiceImpl.updateStorage(StorageKey storageKey,
StorageUpdateRequest storageUpdateRequest) |
Storage |
StorageServiceImpl.updateStorageAttributes(StorageKey storageKey,
StorageAttributesUpdateRequest storageAttributesUpdateRequest) |
| Modifier and Type | Method and Description |
|---|---|
Storage |
DataBridgeWebClient.getStorage(String storageName)
Gets storage information from the registration server.
|
Copyright © 2021. All rights reserved.