Uses of Class
org.duracloud.mill.manifest.ManifestItemWriteException
-
Packages that use ManifestItemWriteException Package Description org.duracloud.mill.manifest org.duracloud.mill.manifest.jpa -
-
Uses of ManifestItemWriteException in org.duracloud.mill.manifest
Methods in org.duracloud.mill.manifest that throw ManifestItemWriteException Modifier and Type Method Description booleanManifestStore. addUpdate(String account, String storeId, String spaceId, String contentId, String contentChecksum, String contentMimetype, String contentSize, Date timeStamp)voidManifestStore. delete(String account, String storeId, String spaceId)booleanManifestStore. 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 ManifestItemWriteException Modifier and Type Method Description booleanJpaManifestStore. addUpdate(String account, String storeId, String spaceId, String contentId, String contentChecksum, String contentMimetype, String contentSize, Date eventTimestamp)voidJpaManifestStore. delete(String account, String storeId, String spaceId)booleanJpaManifestStore. flagAsDeleted(String account, String storeId, String spaceId, String contentId, Date eventTimestamp)voidJpaManifestStore. updateMissingFromStorageProviderFlag(String account, String storeId, String spaceId, String contentId, boolean flag)
-