Package telemeta :: Package interop :: Module oaidatasource :: Class TelemetaOAIDataSource
[hide private]
[frames] | no frames]

Class TelemetaOAIDataSource

source code

object --+
         |
        TelemetaOAIDataSource

Telemeta OAI datasource adapter. This class implements the oai.IDataSource interface.

Instance Methods [hide private]
 
get_earliest_time(self)
Return the change time of the oldest record(s) as a datetime object
source code
 
prepare_record(self, record) source code
 
get_record(self, id)
Return a specific record
source code
 
count_records(self, from_time=None, until_time=None)
Must return the number of records between (optional) from and until change time.
source code
 
list_records(self, offset, limit, from_time=None, until_time=None)
Return a list of records
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__