Uses of Class
fedora.oai.IDDoesNotExistException

Packages that use IDDoesNotExistException
fedora.oai   
fedora.oai.sample   
fedora.server.oai   
 

Uses of IDDoesNotExistException in fedora.oai
 

Methods in fedora.oai that throw IDDoesNotExistException
 java.util.Set OAIProvider.getMetadataFormats(java.lang.String id)
          Get the MetadataFormats supported across the repository or for an individual item in the repository.
 Record OAIProvider.getRecord(java.lang.String identifier, java.lang.String metadataPrefix)
          Get an individual metadata record from the repository.
 

Uses of IDDoesNotExistException in fedora.oai.sample
 

Methods in fedora.oai.sample that throw IDDoesNotExistException
 Record SampleOAIProvider.getRecord(java.lang.String identifier, java.lang.String metadataPrefix)
           
 

Uses of IDDoesNotExistException in fedora.server.oai
 

Methods in fedora.server.oai that throw IDDoesNotExistException
 java.util.Set FedoraOAIProviderModule.getMetadataFormats(java.lang.String id)
           
 java.util.Set FedoraOAIProvider.getMetadataFormats(java.lang.String id)
           
 Record FedoraOAIProviderModule.getRecord(java.lang.String identifier, java.lang.String metadataPrefix)
           
 Record FedoraOAIProvider.getRecord(java.lang.String identifier, java.lang.String metadataPrefix)