public interface BusinessObjectDataFinalizeRestoreHelperService
| Modifier and Type | Method and Description |
|---|---|
void |
completeFinalizeRestore(BusinessObjectDataRestoreDto businessObjectDataRestoreDto)
Completes the finalize restore operation.
|
void |
executeS3SpecificSteps(BusinessObjectDataRestoreDto businessObjectDataRestoreDto)
Executes S3 specific steps for the business object data finalize restore.
|
BusinessObjectDataRestoreDto |
prepareToFinalizeRestore(BusinessObjectDataStorageUnitKey storageUnitKey)
Prepares for the business object data finalize restore by validating the S3 storage unit along with other related database entities.
|
void completeFinalizeRestore(BusinessObjectDataRestoreDto businessObjectDataRestoreDto)
businessObjectDataRestoreDto - the DTO that holds various parameters needed to perform a business object data restorevoid executeS3SpecificSteps(BusinessObjectDataRestoreDto businessObjectDataRestoreDto)
businessObjectDataRestoreDto - the DTO that holds various parameters needed to perform a business object data restoreBusinessObjectDataRestoreDto prepareToFinalizeRestore(BusinessObjectDataStorageUnitKey storageUnitKey)
storageUnitKey - the storage unit keyCopyright © 2021. All rights reserved.