| Package | Description |
|---|---|
| org.duracloud.mill.db.repo | |
| org.duracloud.mill.manifest | |
| org.duracloud.mill.manifest.jpa |
| Modifier and Type | Method and Description |
|---|---|
ManifestItem |
JpaManifestItemRepo.findByAccountAndStoreIdAndSpaceIdAndContentId(String account,
String storeId,
String spaceId,
String contentId) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<ManifestItem> |
JpaManifestItemRepo.findByAccountAndStoreIdAndSpaceIdAndDeletedFalse(String account,
String storeId,
String spaceId,
org.springframework.data.domain.Pageable pageable)
Same as above produces an unordered list
|
org.springframework.data.domain.Page<ManifestItem> |
JpaManifestItemRepo.findByAccountAndStoreIdAndSpaceIdAndDeletedFalseOrderByContentIdAsc(String account,
String storeId,
String spaceId,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
ManifestItem |
ManifestStore.getItem(String account,
String storeId,
String spaceId,
String contentId) |
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and Description |
|---|---|
ManifestItem |
JpaManifestStore.getItem(String account,
String storeId,
String spaceId,
String contentId) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ManifestItem> |
JpaManifestStore.getItems(String account,
String storeId,
String spaceId) |
Iterator<ManifestItem> |
JpaManifestStore.getItems(String account,
String storeId,
String spaceId,
boolean ordered) |
Copyright © 2015 DuraSpace. All rights reserved.