Uses of Class
org.fcrepo.oai.RepositoryException

Packages that use RepositoryException
org.fcrepo.oai   
org.fcrepo.oai.sample   
org.fcrepo.server.oai   
 

Uses of RepositoryException in org.fcrepo.oai
 

Methods in org.fcrepo.oai that throw RepositoryException
 Set OAIProvider.getAdminEmails()
          Get the email addresses of administrators of the repository.
 String OAIProvider.getBaseURL(String protocol, String port)
          Get the HTTP endpoint for the OAI-PMH interface.
 DateGranularitySupport OAIProvider.getDateGranularitySupport()
          Get the finest harvesting granularity supported by the repository.
 DeletedRecordSupport OAIProvider.getDeletedRecordSupport()
          Get the manner in which the repository supports the notion of deleted records.
 Set OAIProvider.getDescriptions()
          Get XML descriptions of the repository.
 Date OAIProvider.getEarliestDatestamp()
          Get a Date (in UTC) that is the guaranteed lower limit of all datestamps recording changes, modifications, or deletions in the repository.
 List OAIProvider.getHeaders(Date from, Date until, String metadataPrefix, String set)
          Just like getRecords, but returns Header objects.
 List OAIProvider.getHeaders(String resumptionToken)
          Get the remaining portion of a set of Headers.
 long OAIProvider.getMaxHeaders()
          Get the maximum number of headers that are returned at a time.
 long OAIProvider.getMaxRecords()
          Get the maximum number of records that are returned at a time.
 long OAIProvider.getMaxSets()
          Get the maximum number of sets that are returned at a time.
 Set OAIProvider.getMetadataFormats(String id)
          Get the MetadataFormats supported across the repository or for an individual item in the repository.
 String OAIProvider.getProtocolVersion()
          Get the version of the OAI-PMH supported by the repository.
 Record OAIProvider.getRecord(String identifier, String metadataPrefix)
          Get an individual metadata record from the repository.
 List OAIProvider.getRecords(Date from, Date until, String metadataPrefix, String set)
          Get the Records in the repository matching the given criteria.
 List OAIProvider.getRecords(String resumptionToken)
          Get the remaining portion of a set of Records.
 String OAIProvider.getRepositoryName()
          Get a human readable name for the repository.
abstract  OAIResponder OAIProviderServlet.getResponder()
           
 List OAIProvider.getSets()
          Get the setSpecs, setNames, and setDescriptions of sets in the repository.
 List OAIProvider.getSets(String resumptionToken)
          Get the remaining portion of a set of Sets.
 Set OAIProvider.getSupportedCompressionEncodings()
          Get the compression encodings supported by the repository.
 void OAIResponder.respond(Context context, Map args, OutputStream outStream)
           
 void OAIProviderServlet.test(String[] args)
           
 

Uses of RepositoryException in org.fcrepo.oai.sample
 

Methods in org.fcrepo.oai.sample that throw RepositoryException
 OAIResponder SampleOAIProviderServlet.getResponder()
           
 

Uses of RepositoryException in org.fcrepo.server.oai
 

Methods in org.fcrepo.server.oai that throw RepositoryException
 List FedoraOAIProviderModule.getHeaders(Date from, Date until, String metadataPrefix, String set)
           
 List FedoraOAIProvider.getHeaders(Date from, Date until, String metadataPrefix, String set)
           
 List FedoraOAIProviderModule.getHeaders(String resumptionToken)
           
 List FedoraOAIProvider.getHeaders(String resumptionToken)
           
 long FedoraOAIProviderModule.getMaxHeaders()
           
 long FedoraOAIProvider.getMaxHeaders()
           
 long FedoraOAIProviderModule.getMaxRecords()
           
 long FedoraOAIProvider.getMaxRecords()
           
 long FedoraOAIProviderModule.getMaxSets()
           
 long FedoraOAIProvider.getMaxSets()
           
 Set FedoraOAIProviderModule.getMetadataFormats(String id)
           
 Set FedoraOAIProvider.getMetadataFormats(String id)
           
 Record FedoraOAIProviderModule.getRecord(String identifier, String metadataPrefix)
           
 Record FedoraOAIProvider.getRecord(String identifier, String metadataPrefix)
           
 List FedoraOAIProviderModule.getRecords(Date from, Date until, String metadataPrefix, String set)
           
 List FedoraOAIProvider.getRecords(Date from, Date until, String metadataPrefix, String set)
           
 List FedoraOAIProviderModule.getRecords(String resumptionToken)
           
 List FedoraOAIProvider.getRecords(String resumptionToken)
           
 OAIResponder FedoraOAIProviderServlet.getResponder()
           
 List FedoraOAIProviderModule.getSets()
           
 List FedoraOAIProvider.getSets()
           
 List FedoraOAIProviderModule.getSets(String resumptionToken)
           
 List FedoraOAIProvider.getSets(String resumptionToken)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.