Package fedora.oai

Interface Summary
Header Title: Header.java Description: Describes a record in the repository with the associated item identifier, record datestamp, item set membership, and record deletion indicator.
MetadataFormat Title: MetadataFormat.java Description: Describes a metadata format.
OAIProvider Title: OAIProvider.java Description:
Record Title: Record.java Description: Metadata expressed in a single format with a header and optional "about" data which is descriptive of the metadata (such as rights of provenance statements).
ResumptionToken Title: ResumptionToken.java Description: A token that can be used to retrieve the remaining portion of an incomplete list response.
SetInfo Title: SetInfo.java Description: Describes a set in the repository.
 

Class Summary
DateGranularitySupport Title: DateGranularitySupport.java Description: An indicator of the level of granularity in dates a repository supports.
DeletedRecordSupport Title: DeletedRecordSupport.java Description: An indicator of the kind of deletion support a repository has.
OAIProviderServlet Title: OAIProviderServlet.java Description:
OAIResponder Title: OAIResponder.java Description:
SimpleHeader Title: SimpleHeader.java Description: A simple implementation of Header that provides getters on the values passed in the constructor.
SimpleMetadataFormat Title: SimpleMetadataFormat.java Description: A simple implementation of MetadataFormat that provides getters on the values passed in the constructor.
SimpleRecord Title: SimpleRecord.java Description: A simple implementation of Record that provides getters on the values passed in the constructor.
SimpleResumptionToken Title: SimpleResumptionToken.java Description: A simple implementation of ResumptionToken that provides getters on the values passed in the constructor.
SimpleSetInfo Title: SimpleSetInfo.java Description: A simple implementation of SetInfo that provides getters on the values passed in the constructor.
 

Exception Summary
BadArgumentException Title: BadArgumentException.java Description: Signals that a request includes illegal arguments, is missing required arguments, includes a repeated argument, or values for arguments have an illegal syntax.
BadResumptionTokenException Title: BadResumptionTokenException.java Description: Signals that the value of the resumptionToken argument is invalid or expired.
BadVerbException Title: BadVerbException.java Description: Signals that the value of the verb argument is not a legal OAI-PMH verb, the verb argument is missing, or the verb argument is repeated.
CannotDisseminateFormatException Title: CannotDisseminateFormatException.java Description: Signals that the metadata format identified by the value given for the metadataPrefix argument is not supported by the item or by the repository.
IDDoesNotExistException Title: Description: Signals that the value of the identifier argument is unknown or illegal in this repository.
NoMetadataFormatsException Title: NoMetadataFormatsException.java Description: Signals that there are no metadata formats available for the specified item.
NoRecordsMatchException Title: NoRecordsMatchException.java Description: Signals that the combination of the values of the from, until, set and metadataPrefix arguments results in an empty list.
NoSetHierarchyException Title: NoSetHierarchyException.java Description: Signals that the repository does not support sets.
OAIException Title: OAIException.java Description: An exception occuring as a result of an OAI-PMH request.
RepositoryException Title: RepositoryException.java Description: An exception occuring as a result of a problem in the underlying repository system.