Uses of Class
edu.ucsb.nceas.metacat.McdbDocNotFoundException
Package
Description
-
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat
Modifier 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 table -
Uses of McdbDocNotFoundException in edu.ucsb.nceas.metacat.dataone
Modifier 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
Modifier 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