Uses of Class
org.duracloud.snapshot.db.model.Restoration
-
Packages that use Restoration Package Description org.duracloud.snapshot.db.repo -
-
Uses of Restoration in org.duracloud.snapshot.db.repo
Methods in org.duracloud.snapshot.db.repo that return Restoration Modifier and Type Method Description RestorationRestoreRepo. findByRestorationId(java.lang.String restorationId)Methods in org.duracloud.snapshot.db.repo that return types with arguments of type Restoration Modifier and Type Method Description java.util.List<Restoration>RestoreRepo. findByDestinationHost(java.lang.String host)Returns a list of restorations for a given destinantion host.java.util.List<Restoration>RestoreRepo. findBySnapshotNameOrderByModifiedDesc(java.lang.String name)Returns a list of restorations based on the restoration's snapshot name property.java.util.List<Restoration>RestoreRepo. findByStatus(org.duracloud.snapshot.dto.RestoreStatus status)Returns a list of restorations based on the restoration's statusjava.util.List<Restoration>RestoreRepo. findRunning()
-