Uses of Interface
org.dspace.identifier.service.IdentifierService
-
Packages that use IdentifierService Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.factory org.dspace.versioning -
-
Uses of IdentifierService in org.dspace.content
Fields in org.dspace.content declared as IdentifierService Modifier and Type Field Description protected IdentifierServiceInstallItemServiceImpl. identifierServiceprotected IdentifierServiceItemServiceImpl. identifierService -
Uses of IdentifierService in org.dspace.identifier
Classes in org.dspace.identifier that implement IdentifierService Modifier and Type Class Description classIdentifierServiceImplThe main service class used to reserve, register and resolve identifiersFields in org.dspace.identifier declared as IdentifierService Modifier and Type Field Description protected IdentifierServiceIdentifierProvider. parentServiceMethods in org.dspace.identifier with parameters of type IdentifierService Modifier and Type Method Description voidIdentifierProvider. setParentService(IdentifierService parentService) -
Uses of IdentifierService in org.dspace.identifier.factory
Methods in org.dspace.identifier.factory that return IdentifierService Modifier and Type Method Description abstract IdentifierServiceIdentifierServiceFactory. getIdentifierService()IdentifierServiceIdentifierServiceFactoryImpl. getIdentifierService() -
Uses of IdentifierService in org.dspace.versioning
Fields in org.dspace.versioning declared as IdentifierService Modifier and Type Field Description protected IdentifierServiceDefaultItemVersionProvider. identifierService
-