Uses of Class
org.duracloud.snapshot.db.model.Restoration
Packages that use Restoration
-
Uses of Restoration in org.duracloud.snapshot.db.repo
Methods in org.duracloud.snapshot.db.repo that return RestorationMethods in org.duracloud.snapshot.db.repo that return types with arguments of type RestorationModifier and TypeMethodDescriptionRestoreRepo.findByDestinationHost(String host) Returns a list of restorations for a given destinantion host.RestoreRepo.findBySnapshotNameOrderByModifiedDesc(String name) Returns a list of restorations based on the restoration's snapshot name property.RestoreRepo.findByStatus(org.duracloud.snapshot.dto.RestoreStatus status) Returns a list of restorations based on the restoration's statusRestoreRepo.findRunning()