Uses of Class
org.duracloud.stitch.error.InvalidManifestException
Packages that use InvalidManifestException
-
Uses of InvalidManifestException in org.duracloud.stitch
Methods in org.duracloud.stitch that throw InvalidManifestExceptionModifier and TypeMethodDescriptiondefault 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.FileStitcher.getContentFromManifest(String spaceId, String contentId, FileStitcherListener listener) FileStitcher.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 InvalidManifestExceptionModifier and TypeMethodDescriptionFileStitcherImpl.getContentFromManifest(String spaceId, String contentId, FileStitcherListener listener) FileStitcherImpl.getManifest(String spaceId, String manifestId)