Uses of Interface
org.dspace.identifier.service.DOIService
-
Packages that use DOIService Package Description org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.doi Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses.org.dspace.identifier.factory org.dspace.rdf.storage -
-
Uses of DOIService in org.dspace.identifier
Classes in org.dspace.identifier that implement DOIService Modifier and Type Class Description classDOIServiceImplService implementation for the DOI object.Fields in org.dspace.identifier declared as DOIService Modifier and Type Field Description protected DOIServiceDOIIdentifierProvider. doiService -
Uses of DOIService in org.dspace.identifier.doi
Fields in org.dspace.identifier.doi declared as DOIService Modifier and Type Field Description protected DOIServiceDOIOrganiser. doiService -
Uses of DOIService in org.dspace.identifier.factory
Methods in org.dspace.identifier.factory that return DOIService Modifier and Type Method Description abstract DOIServiceIdentifierServiceFactory. getDOIService()DOIServiceIdentifierServiceFactoryImpl. getDOIService() -
Uses of DOIService in org.dspace.rdf.storage
Fields in org.dspace.rdf.storage declared as DOIService Modifier and Type Field Description protected DOIServiceDOIURIGenerator. doiServiceMethods in org.dspace.rdf.storage with parameters of type DOIService Modifier and Type Method Description voidDOIHandleURIGenerator. setDoiService(DOIService doiService)
-