| Package | Description |
|---|---|
| org.duracloud.mill.manifest | |
| org.duracloud.mill.manifest.jpa |
| Modifier and Type | Method and Description |
|---|---|
void |
ManifestStore.addUpdate(String account,
String storeId,
String spaceId,
String contentId,
String contentChecksum,
String contentMimetype,
String contentSize,
Date timeStamp) |
void |
ManifestStore.delete(String account,
String storeId,
String spaceId) |
void |
ManifestStore.flagAsDeleted(String account,
String storeId,
String spaceId,
String contentId,
Date eventTimestamp) |
void |
ManifestStore.updateMissingFromStorageProviderFlag(String account,
String storeId,
String spaceId,
String contentId,
boolean flag) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaManifestStore.addUpdate(String account,
String storeId,
String spaceId,
String contentId,
String contentChecksum,
String contentMimetype,
String contentSize,
Date eventTimestamp) |
void |
JpaManifestStore.delete(String account,
String storeId,
String spaceId) |
void |
JpaManifestStore.flagAsDeleted(String account,
String storeId,
String spaceId,
String contentId,
Date eventTimestamp) |
void |
JpaManifestStore.updateMissingFromStorageProviderFlag(String account,
String storeId,
String spaceId,
String contentId,
boolean flag) |
Copyright © 2015 DuraSpace. All rights reserved.