Uses of Class
org.duracloud.snapshot.db.model.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in org.duracloud.snapshot.db.model
Methods in org.duracloud.snapshot.db.model that return SnapshotModifier and TypeMethodDescriptionRestoration.getSnapshot()SnapshotContentItem.getSnapshot()SnapshotHistory.getSnapshot()Methods in org.duracloud.snapshot.db.model with parameters of type SnapshotModifier and TypeMethodDescriptionintvoidRestoration.setSnapshot(Snapshot snapshot) voidSnapshotContentItem.setSnapshot(Snapshot snapshot) voidSnapshotHistory.setSnapshot(Snapshot snapshot) -
Uses of Snapshot in org.duracloud.snapshot.db.repo
Methods in org.duracloud.snapshot.db.repo that return SnapshotModifier and TypeMethodDescriptionSnapshotRepo.findByName(String snapshotId) SnapshotRepo.findBySnapshotAlternateIds(String alternateId) Methods in org.duracloud.snapshot.db.repo that return types with arguments of type SnapshotModifier and TypeMethodDescriptionSnapshotRepo.findAll()SnapshotRepo.findBySourceHost(String host) SnapshotRepo.findBySourceHostAndSourceStoreId(String host, String storeId) SnapshotRepo.findBySourceHostAndSourceStoreIdAndStatus(String host, String storeId, org.duracloud.snapshot.dto.SnapshotStatus status) SnapshotRepo.findBySourceHostAndStatus(String host, org.duracloud.snapshot.dto.SnapshotStatus status) SnapshotRepo.findBySourceStoreId(String storeId) SnapshotRepo.findBySourceStoreIdAndStatus(String storeId, org.duracloud.snapshot.dto.SnapshotStatus status) SnapshotRepo.findByStatusOrderBySnapshotDateAsc(org.duracloud.snapshot.dto.SnapshotStatus status) Methods in org.duracloud.snapshot.db.repo with parameters of type SnapshotModifier and TypeMethodDescriptionSnapshotContentItemRepo.findBySnapshotAndContentIdHash(Snapshot snapshot, String contentIdHash)