| Package | Description |
|---|---|
| org.duracloud.snapshot.db.model | |
| org.duracloud.snapshot.db.repo |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
SnapshotHistory.getSnapshot() |
Snapshot |
SnapshotContentItem.getSnapshot() |
Snapshot |
Restoration.getSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
int |
Snapshot.compare(Snapshot o1,
Snapshot o2) |
void |
SnapshotHistory.setSnapshot(Snapshot snapshot) |
void |
SnapshotContentItem.setSnapshot(Snapshot snapshot) |
void |
Restoration.setSnapshot(Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
SnapshotRepo.findByName(String snapshotId) |
Snapshot |
SnapshotRepo.findBySnapshotAlternateIds(String alternateId) |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
SnapshotRepo.findAll() |
List<Snapshot> |
SnapshotRepo.findBySourceHost(String host) |
List<Snapshot> |
SnapshotRepo.findBySourceHostAndSourceStoreId(String host,
String storeId) |
List<Snapshot> |
SnapshotRepo.findBySourceHostAndSourceStoreIdAndStatus(String host,
String storeId,
org.duracloud.snapshot.dto.SnapshotStatus status) |
List<Snapshot> |
SnapshotRepo.findBySourceHostAndStatus(String host,
org.duracloud.snapshot.dto.SnapshotStatus status) |
List<Snapshot> |
SnapshotRepo.findBySourceStoreId(String storeId) |
List<Snapshot> |
SnapshotRepo.findBySourceStoreIdAndStatus(String storeId,
org.duracloud.snapshot.dto.SnapshotStatus status) |
List<Snapshot> |
SnapshotRepo.findByStatus(org.duracloud.snapshot.dto.SnapshotStatus status) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotContentItem |
SnapshotContentItemRepo.findBySnapshotAndContentIdHash(Snapshot snapshot,
String contentIdHash) |
Copyright © 2014–2016 DuraSpace. All rights reserved.