| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicyKey> |
StoragePolicyDao.getStoragePolicyKeysByNamespace(NamespaceEntity namespaceEntity)
Gets a list of keys for all storage policies defined in the system for the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyEntity |
StoragePolicyDao.getStoragePolicyByAltKey(StoragePolicyKey key)
Retrieves a storage policy entity by alternate key.
|
StoragePolicyEntity |
StoragePolicyDao.getStoragePolicyByAltKeyAndVersion(StoragePolicyKey key,
Integer storagePolicyVersion)
Retrieves a storage policy entity by alternate key.
|
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicyKey> |
StoragePolicyDaoImpl.getStoragePolicyKeysByNamespace(NamespaceEntity namespaceEntity) |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyEntity |
StoragePolicyDaoImpl.getStoragePolicyByAltKey(StoragePolicyKey key) |
StoragePolicyEntity |
StoragePolicyDaoImpl.getStoragePolicyByAltKeyAndVersion(StoragePolicyKey key,
Integer storagePolicyVersion) |
| Modifier and Type | Field and Description |
|---|---|
protected StoragePolicyKey |
BusinessObjectDataRetryStoragePolicyTransitionRequest.storagePolicyKey |
protected StoragePolicyKey |
StoragePolicy.storagePolicyKey |
protected StoragePolicyKey |
StoragePolicyCreateRequest.storagePolicyKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<StoragePolicyKey> |
StoragePolicyKeys.storagePolicyKeies |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyKey |
ObjectFactory.createStoragePolicyKey()
Create an instance of
StoragePolicyKey |
StoragePolicyKey |
BusinessObjectDataRetryStoragePolicyTransitionRequest.getStoragePolicyKey()
Gets the value of the storagePolicyKey property.
|
StoragePolicyKey |
StoragePolicy.getStoragePolicyKey()
Gets the value of the storagePolicyKey property.
|
StoragePolicyKey |
StoragePolicyCreateRequest.getStoragePolicyKey()
Gets the value of the storagePolicyKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicyKey> |
StoragePolicyKeys.getStoragePolicyKeies()
Gets the value of the storagePolicyKeies property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataRetryStoragePolicyTransitionRequest.setStoragePolicyKey(StoragePolicyKey value)
Sets the value of the storagePolicyKey property.
|
void |
StoragePolicy.setStoragePolicyKey(StoragePolicyKey value)
Sets the value of the storagePolicyKey property.
|
void |
StoragePolicyCreateRequest.setStoragePolicyKey(StoragePolicyKey value)
Sets the value of the storagePolicyKey property.
|
| Constructor and Description |
|---|
BusinessObjectDataRetryStoragePolicyTransitionRequest(StoragePolicyKey storagePolicyKey)
Fully-initialising value constructor
|
StoragePolicy(long id,
StoragePolicyKey storagePolicyKey,
StoragePolicyRule storagePolicyRule,
StoragePolicyFilter storagePolicyFilter,
StoragePolicyTransition storagePolicyTransition,
String status)
Fully-initialising value constructor
|
StoragePolicyCreateRequest(StoragePolicyKey storagePolicyKey,
StoragePolicyRule storagePolicyRule,
StoragePolicyFilter storagePolicyFilter,
StoragePolicyTransition storagePolicyTransition,
String status)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
StoragePolicyKeys(List<StoragePolicyKey> storagePolicyKeies)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicy |
StoragePolicyService.deleteStoragePolicy(StoragePolicyKey storagePolicyKey)
Deletes an existing storage policy by key.
|
StoragePolicy |
StoragePolicyService.getStoragePolicy(StoragePolicyKey storagePolicyKey)
Gets an existing storage policy by key.
|
StoragePolicy |
StoragePolicyService.updateStoragePolicy(StoragePolicyKey storagePolicyKey,
StoragePolicyUpdateRequest request)
Updates an existing storage policy by key.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyKey |
StoragePolicyHelper.getStoragePolicyKey(StoragePolicyEntity storagePolicyEntity)
Returns a storage policy key for the storage policy entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicyKey> |
StoragePolicyDaoHelper.getStoragePolicyKeys(String namespace)
Gets a list of keys for all storage policy keys defined in the system for the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyEntity |
StoragePolicyDaoHelper.deleteStoragePolicyEntityByKey(StoragePolicyKey storagePolicyKey)
Delete a storage policy entity based on the key and makes sure that it exists.
|
StoragePolicyEntity |
StoragePolicyDaoHelper.getStoragePolicyEntityByKey(StoragePolicyKey storagePolicyKey)
Gets a storage policy entity based on the key and makes sure that it exists.
|
StoragePolicyEntity |
StoragePolicyDaoHelper.getStoragePolicyEntityByKeyAndVersion(StoragePolicyKey storagePolicyKey,
Integer storagePolicyVersion)
Gets a storage policy entity based on the key and version and makes sure that it exists.
|
String |
StoragePolicyHelper.storagePolicyKeyAndVersionToString(StoragePolicyKey storagePolicyKey,
Integer storagePolicyVersion)
Returns a string representation of the storage policy key along with the storage policy version.
|
void |
StoragePolicyHelper.validateStoragePolicyKey(StoragePolicyKey key)
Validates the storage policy key.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicy |
StoragePolicyServiceImpl.deleteStoragePolicy(StoragePolicyKey storagePolicyKey) |
StoragePolicy |
StoragePolicyServiceImpl.getStoragePolicy(StoragePolicyKey storagePolicyKey) |
StoragePolicy |
StoragePolicyServiceImpl.updateStoragePolicy(StoragePolicyKey storagePolicyKey,
StoragePolicyUpdateRequest request) |
Copyright © 2021. All rights reserved.