Uses of Class
org.duracloud.mill.db.model.ManifestItem
Packages that use ManifestItem
Package
Description
-
Uses of ManifestItem in org.duracloud.mill.db.repo
Methods in org.duracloud.mill.db.repo that return ManifestItemModifier and TypeMethodDescriptionJpaManifestItemRepo.findByAccountAndStoreIdAndSpaceIdAndContentId(String account, String storeId, String spaceId, String contentId) Methods in org.duracloud.mill.db.repo that return types with arguments of type ManifestItemModifier and TypeMethodDescriptionJpaManifestItemRepo.findByAccountAndStoreIdAndSpaceIdAndDeletedFalse(String account, String storeId, String spaceId, long lastId, int limit) org.springframework.data.domain.Page<ManifestItem>JpaManifestItemRepo.findByAccountAndStoreIdAndSpaceIdAndDeletedFalseOrderByContentIdAsc(String account, String storeId, String spaceId, org.springframework.data.domain.Pageable pageable) -
Uses of ManifestItem in org.duracloud.mill.manifest
Methods in org.duracloud.mill.manifest that return ManifestItemModifier and TypeMethodDescriptionMethods in org.duracloud.mill.manifest that return types with arguments of type ManifestItem -
Uses of ManifestItem in org.duracloud.mill.manifest.jpa
Methods in org.duracloud.mill.manifest.jpa that return ManifestItemModifier and TypeMethodDescriptionMethods in org.duracloud.mill.manifest.jpa that return types with arguments of type ManifestItem