Uses of Interface
org.dspace.rdf.storage.URIGenerator
-
Packages that use URIGenerator Package Description org.dspace.rdf.factory org.dspace.rdf.storage -
-
Uses of URIGenerator in org.dspace.rdf.factory
Methods in org.dspace.rdf.factory that return URIGenerator Modifier and Type Method Description abstract URIGeneratorRDFFactory. getURIGenerator()URIGeneratorRDFFactoryImpl. getURIGenerator()Methods in org.dspace.rdf.factory with parameters of type URIGenerator Modifier and Type Method Description voidRDFFactoryImpl. setGenerator(URIGenerator generator) -
Uses of URIGenerator in org.dspace.rdf.storage
Classes in org.dspace.rdf.storage that implement URIGenerator Modifier and Type Class Description classDOIHandleURIGeneratorExtends the DOIURIGenerator but uses handles as fallback to DOIs.classDOIURIGeneratorclassHandleURIGeneratorclassLocalURIGeneratorFields in org.dspace.rdf.storage declared as URIGenerator Modifier and Type Field Description protected static URIGeneratorDOIHandleURIGenerator. fallbackprotected static URIGeneratorDOIURIGenerator. fallbackMethods in org.dspace.rdf.storage with parameters of type URIGenerator Modifier and Type Method Description static voidDOIHandleURIGenerator. setFallback(URIGenerator fallback)static voidDOIURIGenerator. setFallback(URIGenerator fallback)
-