Uses of Class
edu.ucsb.nceas.metacat.McdbDocNotFoundException
Packages that use McdbDocNotFoundException
Package
Description
-
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat
Methods in edu.ucsb.nceas.metacat that throw McdbDocNotFoundExceptionModifier and TypeMethodDescriptionstatic void
Delete an object totally from the db and file system.org.dataone.service.types.v1.AccessPolicy
IdentifierManager.getAccessPolicy
(String guid) Lookup access policy from Metacatgiven a local identifer, look up the guid.int
IdentifierManager.getLatestRevForLocalId
(String localId) return the newest rev for a given localIdIdentifierManager.getLocalId
(String guid) Lookup a localId given the GUID.org.dataone.service.types.v2.SystemMetadata
IdentifierManager.getSystemMetadata
(String guid) return a hash of all of the info that is in the systemmetadata tablestatic InputStream
Read a document from metacat and return the InputStream.static InputStream
MetacatHandler.read
(org.dataone.service.types.v1.Identifier pid) Read the object input stream for a given pid -
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat.admin.upgrade
Methods in edu.ucsb.nceas.metacat.admin.upgrade that throw McdbDocNotFoundException -
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat.dataone
Methods in edu.ucsb.nceas.metacat.dataone that throw McdbDocNotFoundExceptionModifier and TypeMethodDescriptionstatic org.dataone.service.types.v2.SystemMetadata
SystemMetadataFactory.createSystemMetadata
(String localId) Creates a system metadata object for insertion into metacatList<org.dataone.service.types.v1.Identifier>
Convenience function that accepts a list of guids to syncvoid
SyncAccessPolicy.syncAll()
For all guids for which current MN is authoritative, check that access policy is synced with CN. -
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat.systemmetadata
Methods in edu.ucsb.nceas.metacat.systemmetadata that throw McdbDocNotFoundExceptionModifier and TypeMethodDescriptionprotected void
SystemMetadataManager.updateSystemMetadata
(org.dataone.service.types.v2.SystemMetadata sm, DBConnection dbConn) Insert the system metadata fields into the db -
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat.util
Methods in edu.ucsb.nceas.metacat.util that throw McdbDocNotFoundException