- getAllSets(boolean, String) - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getCollection() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getConfiguration() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStoreDAO
-
- getConfiguration() - Method in class eu.dnetlib.data.oai.store.sync.OAIStoreSynchronizer
-
- getConfigurationReader() - Method in class eu.dnetlib.data.oai.store.conf.OAIHelper
-
- getConfigurationReader() - Method in class eu.dnetlib.data.oai.store.conf.OAISetsCounter
-
- getConfiguredSets(String) - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getDB(String) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherCacheHelper
-
- getDbCursor() - Method in class eu.dnetlib.data.oai.store.mongo.DNetOAIMongoCursor
-
- getDiscardedCollection() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getDistinctSetNamesFromRecords() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getFunction() - Method in class eu.dnetlib.data.oai.store.mongo.DNetOAIMongoCursor
-
- getId() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getId() - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Returns the identifier of this store.
- getIdNamespace() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getIdScheme() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getIndices() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getIndices() - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Gets informaton about the indices available on this store.
- getInterpretation() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getInterpretation() - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Gets the interpretation of this store.
- getLayout() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getLayout() - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Gets the layout of this store.
- getMetadataCollection() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStoreDAO
-
- getMetadataExtractor() - Method in class eu.dnetlib.data.oai.store.mongo.DNetOAIMongoCursor
-
- getMetadataExtractor() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getMetadataExtractor() - Method in class eu.dnetlib.data.oai.store.mongo.RecordInfoGenerator
-
- getMetadataFormat() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getMetadataFormat() - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Gets the metadata format of this store.
- getMongoFields() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getMongoPublisherStoreDAO() - Method in class eu.dnetlib.data.oai.store.actions.CreateOAIIndexAction
-
- getMongoPublisherStoreDAO() - Method in class eu.dnetlib.data.oai.store.actions.EnsureIndexesAction
-
- getMongoPublisherStoreDAO() - Method in class eu.dnetlib.data.oai.store.conf.OAIHelper
-
- getMongoPublisherStoreDAO() - Method in class eu.dnetlib.data.oai.store.OAIStoreServiceImpl
-
- getMongoSetCollection() - Method in class eu.dnetlib.data.oai.store.conf.OAIHelper
-
- getMongoSetCollection() - Method in class eu.dnetlib.data.oai.store.conf.OAISetsCounter
-
- getMongoSetCollection() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getMongoSetCollection() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStoreDAO
-
- getNotificationHandler() - Method in class eu.dnetlib.data.oai.store.OAIStoreServiceImpl
-
- getOaiHelper() - Method in class eu.dnetlib.data.oai.store.actions.RefreshConfigAction
-
- getOaiHelper() - Method in class eu.dnetlib.data.oai.store.OAIStoreServiceImpl
-
- getOaiSetCounterHelper() - Method in class eu.dnetlib.data.oai.store.conf.OAISetsCounter
-
- getProvenanceExtractor() - Method in class eu.dnetlib.data.oai.store.mongo.DNetOAIMongoCursor
-
- getProvenanceExtractor() - Method in class eu.dnetlib.data.oai.store.mongo.RecordInfoGenerator
-
- getPublisherMongoClient() - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getRecord(String) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getRecord(String, UnaryFunction<String, String>) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getRecord(String) - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Retrieves the record with the given identifier from this store.
- getRecord(String, UnaryFunction<String, String>) - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Retrieves the record with the given identifier from this store and apply the given unary function before delivering.
- getRecordChangeDetector() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getRecordInfoGenerator() - Method in class eu.dnetlib.data.oai.store.mongo.DNetOAIMongoCursor
-
- getRecordInfoGenerator() - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getRecords(String, boolean, int) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getRecords(String, UnaryFunction<String, String>, boolean, int) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStore
-
- getRecords(String, boolean, int) - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Retrieves the records matching the given query string.
- getRecords(String, UnaryFunction<String, String>, boolean, int) - Method in interface eu.dnetlib.data.oai.store.PublisherStore
-
Retrieves the records matching the given query string and apply the given unary function before delivering.
- getResultSetClientFactory() - Method in class eu.dnetlib.data.oai.store.OAIStoreServiceImpl
-
- getRsClientFactory() - Method in class eu.dnetlib.data.oai.store.actions.SyncAction
-
- getSaxReader() - Method in class eu.dnetlib.data.oai.store.parser.PublisherRecordParser
-
- getSetCollection() - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getSetCountCollection() - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getSetQuery(String, String) - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getSetsCollection(String) - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getSetsCountCollection(String) - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getSetsCounter() - Method in class eu.dnetlib.data.oai.store.actions.CountSetsAction
-
- getSetsCounter() - Method in class eu.dnetlib.data.oai.store.OAIStoreServiceImpl
-
- getSetsFromData(String) - Method in class eu.dnetlib.data.oai.store.sets.MongoSetCollection
-
- getStore(String, String) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStoreDAO
-
- getStore(String, String, String, String) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStoreDAO
-
- getStore(String, String) - Method in interface eu.dnetlib.data.oai.store.PublisherStoreDAO
-
Gets the store with the given identifier.
- getStore(String, String, String, String) - Method in interface eu.dnetlib.data.oai.store.PublisherStoreDAO
-
Gets the store with the given properties.
- getStoreById(String, String, String, boolean, MongoSetCollection) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherCacheHelper
-
- getStoreFor(String, String) - Method in class eu.dnetlib.data.oai.store.mongo.MongoPublisherStoreDAO
-
- getStoreFor(String, String) - Method in interface eu.dnetlib.data.oai.store.PublisherStoreDAO
-
Gets the store to be used as source to deliver records with the given metadata prefix.
- getStoreIndices() - Method in class eu.dnetlib.data.oai.store.parser.PublisherRecordParser
-
- getSynchronizer() - Method in class eu.dnetlib.data.oai.store.actions.SyncAction
-
- getSynchronizer() - Method in class eu.dnetlib.data.oai.store.OAIStoreServiceImpl
-