public interface ManifestStore
| Modifier and Type | Method and Description |
|---|---|
boolean |
addUpdate(String account,
String storeId,
String spaceId,
String contentId,
String contentChecksum,
String contentMimetype,
String contentSize,
Date timeStamp) |
void |
delete(String account,
String storeId,
String spaceId) |
boolean |
flagAsDeleted(String account,
String storeId,
String spaceId,
String contentId,
Date eventTimestamp) |
ManifestItem |
getItem(String account,
String storeId,
String spaceId,
String contentId) |
Iterator<ManifestItem> |
getItems(String account,
String storeId,
String spaceId) |
Iterator<ManifestItem> |
getItems(String account,
String storeId,
String spaceId,
boolean ordered)
Provides a method or ordering the results
|
int |
purgeDeletedItemsBefore(Date expiration) |
void |
updateMissingFromStorageProviderFlag(String account,
String storeId,
String spaceId,
String contentId,
boolean flag) |
boolean addUpdate(String account, String storeId, String spaceId, String contentId, String contentChecksum, String contentMimetype, String contentSize, Date timeStamp) throws ManifestItemWriteException
account - storeId - spaceId - contentId - contentChecksum - contentSize - contentMimetype - timeStamp - ManifestItemWriteExceptionIterator<ManifestItem> getItems(String account, String storeId, String spaceId)
storeId - spaceId - Iterator<ManifestItem> getItems(String account, String storeId, String spaceId, boolean ordered)
account - storeId - spaceId - ordered - ManifestItem getItem(String account, String storeId, String spaceId, String contentId) throws NotFoundException
account - storeId - spaceId - contentId - NotFoundExceptionboolean flagAsDeleted(String account, String storeId, String spaceId, String contentId, Date eventTimestamp) throws ManifestItemWriteException
account - storeId - spaceId - contentId - eventTimestamp - ManifestItemWriteExceptionint purgeDeletedItemsBefore(Date expiration)
expiration - void updateMissingFromStorageProviderFlag(String account, String storeId, String spaceId, String contentId, boolean flag) throws ManifestItemWriteException
account - storeId - spaceId - contentId - flag - ManifestItemWriteExceptionvoid delete(String account, String storeId, String spaceId) throws ManifestItemWriteException
account - storeId - spaceId - ManifestItemWriteExceptionCopyright © 2015–2020 LYRASIS. All rights reserved.