Uses of Class
org.duracloud.mill.db.model.ManifestItem
-
Packages that use ManifestItem Package Description org.duracloud.mill.db.repo org.duracloud.mill.manifest org.duracloud.mill.manifest.jpa -
-
Uses of ManifestItem in org.duracloud.mill.db.repo
Methods in org.duracloud.mill.db.repo that return ManifestItem Modifier and Type Method Description ManifestItemJpaManifestItemRepo. findByAccountAndStoreIdAndSpaceIdAndContentId(String account, String storeId, String spaceId, String contentId)Methods in org.duracloud.mill.db.repo that return types with arguments of type ManifestItem Modifier and Type Method Description List<ManifestItem>JpaManifestItemRepo. 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 ManifestItem Modifier and Type Method Description ManifestItemManifestStore. getItem(String account, String storeId, String spaceId, String contentId)Methods in org.duracloud.mill.manifest that return types with arguments of type ManifestItem Modifier and Type Method Description Iterator<ManifestItem>ManifestStore. getItems(String account, String storeId, String spaceId)Iterator<ManifestItem>ManifestStore. getItems(String account, String storeId, String spaceId, boolean ordered)Provides a method or ordering the results -
Uses of ManifestItem in org.duracloud.mill.manifest.jpa
Methods in org.duracloud.mill.manifest.jpa that return ManifestItem Modifier and Type Method Description ManifestItemJpaManifestStore. getItem(String account, String storeId, String spaceId, String contentId)Methods in org.duracloud.mill.manifest.jpa that return types with arguments of type ManifestItem Modifier and Type Method Description Iterator<ManifestItem>JpaManifestStore. getItems(String account, String storeId, String spaceId)Iterator<ManifestItem>JpaManifestStore. getItems(String account, String storeId, String spaceId, boolean ordered)Collection<ManifestItem>ManifestItemIteratorSource. getNext()
-