Uses of Interface
nl.b3p.commons.oai.dataprovider20.RecordFactory
-
Packages that use RecordFactory Package Description nl.b3p.commons.oai nl.b3p.commons.oai.dataprovider20 -
-
Uses of RecordFactory in nl.b3p.commons.oai
Fields in nl.b3p.commons.oai declared as RecordFactory Modifier and Type Field Description protected static RecordFactory
OAI. rf
Methods in nl.b3p.commons.oai that return RecordFactory Modifier and Type Method Description static RecordFactory
OAI. getRf()
Methods in nl.b3p.commons.oai with parameters of type RecordFactory Modifier and Type Method Description static void
OAI. setRf(RecordFactory aRf)
-
Uses of RecordFactory in nl.b3p.commons.oai.dataprovider20
Constructors in nl.b3p.commons.oai.dataprovider20 with parameters of type RecordFactory Constructor Description DataProvider(Identity config, RecordFactory rf)
ConstructorDataProvider(Identity config, RecordFactory rf, Document doc)
Constructor.
-