Interface RestoreService
-
public interface RestoreServiceDefines the restore service.- Since:
- 1.6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreDetailgetRestoreDetails(RestoreSpec restoreSpec)Returns the RestoreDetail of the restore specification.OperationExecutionStatusrestore(RestoreDetail restoreDetails)Returns the OperationExecutionStatus after running the restore service.
-
-
-
Method Detail
-
getRestoreDetails
RestoreDetail getRestoreDetails(RestoreSpec restoreSpec) throws DAMException
Returns the RestoreDetail of the restore specification.- Parameters:
restoreSpec- restore specify to get restore information- Returns:
- the detail of restore service
- Throws:
DAMException
-
restore
OperationExecutionStatus restore(RestoreDetail restoreDetails)
Returns the OperationExecutionStatus after running the restore service.- Parameters:
restoreDetails- restore details to get drive information- Returns:
- the status of restore service
-
-