| Trees | Indices | Help |
|
|---|
|
|
object --+
|
IDataSource
Interface for OAI datasource adapters
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Must return a tuple of the form:
(
[(dublin core element, element value), ...],
change time
)
or None if the record doesn't exist. In case the id isn't wellformed
a BadArgumentError should be raised.
The dublin core data must contain an 'identifier' element, which is the same
as the id parameter.
|
Must return the list of records between (optional) from and until change time, starting from record at offset, with a maximum of limit entries. Each entry of the list must be a tuple of the same form as returned by getRecord(). If no record matches, should return an empty list. The dublin core data must contain an 'identifier' element, which can be used as a parameter to get_record(). |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 6 17:47:51 2011 | http://epydoc.sourceforge.net |