public interface ManifestGenerator
| Modifier and Type | Interface and Description |
|---|---|
static class |
ManifestGenerator.FORMAT
This enum defines the supported output manifest formats.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getManifest(String storeId,
String spaceId,
ManifestGenerator.FORMAT format,
Date asOfDate)
This method generates the manifest for the given args.
|
InputStream getManifest(String storeId, String spaceId, ManifestGenerator.FORMAT format, Date asOfDate) throws ManifestArgumentException, ManifestEmptyException
storeId - of manifest itemsspaceId - of manifest itemsformat - of manifest (see ManifestGenerator.FORMAT)asOfDate - of manifest items (format: 'EEE, d MMM yyyy HH:mm:ss z')InputStream of manifest contentManifestArgumentException - if format or date are invalidManifestEmptyException - if no manifest is createdCopyright © 2009-2013 DuraSpace. All Rights Reserved.