Uses of Interface
org.dspace.identifier.service.IdentifierService
Packages that use IdentifierService
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
Providers of durable unique identifiers (Handles, DOIs, etc.).
-
Uses of IdentifierService in org.dspace.content
Fields in org.dspace.content declared as IdentifierServiceModifier and TypeFieldDescriptionprotected IdentifierServiceCollectionServiceImpl.identifierServiceprotected IdentifierServiceCommunityServiceImpl.identifierServiceprotected IdentifierServiceInstallItemServiceImpl.identifierServiceprotected IdentifierServiceItemServiceImpl.identifierService -
Uses of IdentifierService in org.dspace.identifier
Classes in org.dspace.identifier that implement IdentifierServiceModifier and TypeClassDescriptionclassThe main service class used to reserve, register and resolve identifiersFields in org.dspace.identifier declared as IdentifierServiceMethods in org.dspace.identifier with parameters of type IdentifierServiceModifier and TypeMethodDescriptionvoidIdentifierProvider.setParentService(IdentifierService parentService) -
Uses of IdentifierService in org.dspace.identifier.factory
Methods in org.dspace.identifier.factory that return IdentifierServiceModifier and TypeMethodDescriptionabstract IdentifierServiceIdentifierServiceFactory.getIdentifierService()IdentifierServiceFactoryImpl.getIdentifierService() -
Uses of IdentifierService in org.dspace.versioning
Fields in org.dspace.versioning declared as IdentifierServiceModifier and TypeFieldDescriptionprotected IdentifierServiceDefaultItemVersionProvider.identifierService