| Package | Description |
|---|---|
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicySelection> |
StoragePolicySelectorService.execute(String sqsQueueName,
int maxResult)
Finds business object data matching storage policies configured in the system and sends storage policy selection message to the specified SQS queue.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyTransitionParamsDto |
StoragePolicyProcessorHelperService.initiateStoragePolicyTransition(StoragePolicySelection storagePolicySelection)
Initiates a storage policy transition as per specified storage policy selection.
|
void |
StoragePolicyProcessorService.processStoragePolicySelectionMessage(StoragePolicySelection storagePolicySelection)
Performs a storage policy transition as specified by the storage policy selection message.
|
| Modifier and Type | Method and Description |
|---|---|
List<StoragePolicySelection> |
StoragePolicySelectorServiceImpl.execute(String sqsQueueName,
int maxResult) |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyTransitionParamsDto |
StoragePolicyProcessorHelperServiceImpl.initiateStoragePolicyTransition(StoragePolicySelection storagePolicySelection) |
protected StoragePolicyTransitionParamsDto |
StoragePolicyProcessorHelperServiceImpl.initiateStoragePolicyTransitionImpl(StoragePolicySelection storagePolicySelection)
Initiates a storage policy transition as per specified storage policy selection.
|
void |
StoragePolicyProcessorServiceImpl.processStoragePolicySelectionMessage(StoragePolicySelection storagePolicySelection) |
protected void |
StoragePolicyProcessorServiceImpl.processStoragePolicySelectionMessageImpl(StoragePolicySelection storagePolicySelection)
Performs a storage policy transition as specified by the storage policy selection message.
|
Copyright © 2017. All rights reserved.