Uses of Class
org.duracloud.stitch.error.InvalidManifestException
-
Packages that use InvalidManifestException Package Description org.duracloud.stitch org.duracloud.stitch.impl -
-
Uses of InvalidManifestException in org.duracloud.stitch
Methods in org.duracloud.stitch that throw InvalidManifestException Modifier and Type Method Description default ContentFileStitcher. getContentFromManifest(String spaceId, String contentId)This method retrieves the original content item as defined by the chunks manifest object found in the arg space-id and content-id.ContentFileStitcher. getContentFromManifest(String spaceId, String contentId, FileStitcherListener listener)ChunksManifestFileStitcher. getManifest(String spaceId, String manifestId)This method returns the deserialized ChunksManifest object found in the arg spaceId with the arg manifestId. -
Uses of InvalidManifestException in org.duracloud.stitch.impl
Methods in org.duracloud.stitch.impl that throw InvalidManifestException Modifier and Type Method Description ContentFileStitcherImpl. getContentFromManifest(String spaceId, String contentId, FileStitcherListener listener)ChunksManifestFileStitcherImpl. getManifest(String spaceId, String manifestId)
-