| Package | Description |
|---|---|
| org.duracloud.snapshot.db.model | |
| org.duracloud.snapshot.db.repo |
| Modifier and Type | Method and Description |
|---|---|
int |
SnapshotContentItem.compare(SnapshotContentItem o1,
SnapshotContentItem o2) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotContentItem |
SnapshotContentItemRepo.findBySnapshotAndContentIdHash(Snapshot snapshot,
String contentIdHash) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<SnapshotContentItem> |
SnapshotContentItemRepo.findBySnapshotName(String snapshotName,
org.springframework.data.domain.Pageable pageable) |
List<SnapshotContentItem> |
SnapshotContentItemRepo.findBySnapshotNameAndContentIdStartingWithOrderByContentIdAsc(String snapshotName,
String contentId,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2014–2016 DuraSpace. All rights reserved.