| Package | Description |
|---|---|
| org.duracloud.snapshot.db.repo |
| Modifier and Type | Method and Description |
|---|---|
Restoration |
RestoreRepo.findByRestorationId(String restorationId) |
| Modifier and Type | Method and Description |
|---|---|
List<Restoration> |
RestoreRepo.findByDestinationHost(String host)
Returns a list of restorations for a given destinantion host.
|
List<Restoration> |
RestoreRepo.findBySnapshotNameOrderByModifiedDesc(String name)
Returns a list of restorations based on the restoration's snapshot name property.
|
List<Restoration> |
RestoreRepo.findByStatus(org.duracloud.snapshot.dto.RestoreStatus status)
Returns a list of restorations based on the restoration's status
|
List<Restoration> |
RestoreRepo.findRunning() |
Copyright © 2014–2016 DuraSpace. All rights reserved.