Uses of Interface
org.dspace.identifier.Identifier
-
Packages that use Identifier Package Description org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.service -
-
Uses of Identifier in org.dspace.identifier
Classes in org.dspace.identifier that implement Identifier Modifier and Type Class Description classDOIDOI identifiers.classHandleMethod parameters in org.dspace.identifier with type arguments of type Identifier Modifier and Type Method Description StringIdentifierServiceImpl. lookup(Context context, DSpaceObject dso, Class<? extends Identifier> identifier)booleanDOIIdentifierProvider. supports(Class<? extends Identifier> identifier)This identifier provider supports identifiers of typeDOI.booleanEZIDIdentifierProvider. supports(Class<? extends Identifier> identifier)booleanHandleIdentifierProvider. supports(Class<? extends Identifier> identifier)abstract booleanIdentifierProvider. supports(Class<? extends Identifier> identifier)Can this provider provide identifiers of a given type?booleanVersionedHandleIdentifierProvider. supports(Class<? extends Identifier> identifier)booleanVersionedHandleIdentifierProviderWithCanonicalHandles. supports(Class<? extends Identifier> identifier) -
Uses of Identifier in org.dspace.identifier.service
Method parameters in org.dspace.identifier.service with type arguments of type Identifier Modifier and Type Method Description StringIdentifierService. lookup(Context context, DSpaceObject dso, Class<? extends Identifier> identifier)Get an identifier for a given object which is assignment-compatible with a given Identifier type.
-