Uses of Class
org.duracloud.snapshot.db.model.SnapshotContentItem
-
Packages that use SnapshotContentItem Package Description org.duracloud.snapshot.db.model org.duracloud.snapshot.db.repo -
-
Uses of SnapshotContentItem in org.duracloud.snapshot.db.model
Methods in org.duracloud.snapshot.db.model with parameters of type SnapshotContentItem Modifier and Type Method Description intSnapshotContentItem. compare(SnapshotContentItem o1, SnapshotContentItem o2) -
Uses of SnapshotContentItem in org.duracloud.snapshot.db.repo
Methods in org.duracloud.snapshot.db.repo that return SnapshotContentItem Modifier and Type Method Description SnapshotContentItemSnapshotContentItemRepo. findBySnapshotAndContentIdHash(Snapshot snapshot, java.lang.String contentIdHash)Methods in org.duracloud.snapshot.db.repo that return types with arguments of type SnapshotContentItem Modifier and Type Method Description org.springframework.data.domain.Page<SnapshotContentItem>SnapshotContentItemRepo. findBySnapshotName(java.lang.String snapshotName, org.springframework.data.domain.Pageable pageable)java.util.List<SnapshotContentItem>SnapshotContentItemRepo. findBySnapshotNameAndContentIdStartingWithOrderByContentIdAsc(java.lang.String snapshotName, java.lang.String contentId, org.springframework.data.domain.Pageable pageable)java.util.List<SnapshotContentItem>SnapshotContentItemRepo. findBySnapshotNameOrderByContentIdAsc(java.lang.String snapshotName, org.springframework.data.domain.Pageable pageable)
-