public interface BusinessObjectDataInitiateRestoreHelperService
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectData |
executeInitiateRestoreAfterStep(BusinessObjectDataRestoreDto businessObjectDataRestoreDto)
Executes an after step for the initiation of a business object data restore request.
|
void |
executeS3SpecificSteps(BusinessObjectDataRestoreDto businessObjectDataRestoreDto)
Executes S3 specific steps for the initiation of a business object data restore request.
|
BusinessObjectDataRestoreDto |
prepareToInitiateRestore(BusinessObjectDataKey businessObjectDataKey,
Integer expirationInDays,
String archiveRetrievalOption)
Prepares for the business object data initiate a restore request by validating the business object data along with other related database entities.
|
BusinessObjectData executeInitiateRestoreAfterStep(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 prepareToInitiateRestore(BusinessObjectDataKey businessObjectDataKey, Integer expirationInDays, String archiveRetrievalOption)
businessObjectDataKey - the business object data keyexpirationInDays - the the time, in days, between when the business object data is restored to the S3 bucket and when it expiresarchiveRetrievalOption - the archive retrieval option when restoring an archived object.Copyright © 2019. All rights reserved.