Uses of Class
org.duracloud.mill.manifest.ManifestItemWriteException
Packages that use ManifestItemWriteException
-
Uses of ManifestItemWriteException in org.duracloud.mill.manifest
Methods in org.duracloud.mill.manifest that throw ManifestItemWriteExceptionModifier and TypeMethodDescriptionbooleanManifestStore.addUpdate(String account, String storeId, String spaceId, String contentId, String contentChecksum, String contentMimetype, String contentSize, Date timeStamp) voidbooleanManifestStore.flagAsDeleted(String account, String storeId, String spaceId, String contentId, Date eventTimestamp) voidManifestStore.updateMissingFromStorageProviderFlag(String account, String storeId, String spaceId, String contentId, boolean flag) -
Uses of ManifestItemWriteException in org.duracloud.mill.manifest.jpa
Methods in org.duracloud.mill.manifest.jpa that throw ManifestItemWriteExceptionModifier and TypeMethodDescriptionbooleanJpaManifestStore.addUpdate(String account, String storeId, String spaceId, String contentId, String contentChecksum, String contentMimetype, String contentSize, Date eventTimestamp) voidbooleanJpaManifestStore.flagAsDeleted(String account, String storeId, String spaceId, String contentId, Date eventTimestamp) voidJpaManifestStore.updateMissingFromStorageProviderFlag(String account, String storeId, String spaceId, String contentId, boolean flag)