Beispiel #1
0
 def __init__(self, repository, batchSize=DEFAULT_BATCH_SIZE, supportXWait=False, dataBatchSize=DEFAULT_DATA_BATCH_SIZE):
     self._supportedVerbs = ['ListIdentifiers', 'ListRecords']
     Observable.__init__(self)
     self._batchSize = batchSize
     self._dataBatchSize = dataBatchSize
     self._supportXWait = supportXWait
     self._repository = repository
Beispiel #2
0
 def __init__(self,
              repository,
              batchSize=DEFAULT_BATCH_SIZE,
              supportXWait=False,
              dataBatchSize=DEFAULT_DATA_BATCH_SIZE):
     self._supportedVerbs = ['ListIdentifiers', 'ListRecords']
     Observable.__init__(self)
     self._batchSize = batchSize
     self._dataBatchSize = dataBatchSize
     self._supportXWait = supportXWait
     self._repository = repository
Beispiel #3
0
 def __init__(self, repository):
     Observable.__init__(self)
     self._repository = repository