Uses of Class
org.duracloud.snapshot.service.RestorationNotFoundException
-
-
Uses of RestorationNotFoundException in org.duracloud.snapshot.service
Methods in org.duracloud.snapshot.service that throw RestorationNotFoundException Modifier and Type Method Description RestorationRestoreManager. get(java.lang.String restorationId)RestorationRestoreManager. getBySnapshotId(java.lang.String snapshotId)Retrieves a restoration based on the ID of the snapshot being restoredRestorationRestoreManager. transitionRestoreStatus(java.lang.String restorationId, org.duracloud.snapshot.dto.RestoreStatus status, java.lang.String message)Transition the workflow status of the restore activity to a new status
-