Uses of Class
org.dspace.identifier.IdentifierNotFoundException
-
Packages that use IdentifierNotFoundException Package Description org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.service -
-
Uses of IdentifierNotFoundException in org.dspace.identifier
Methods in org.dspace.identifier that throw IdentifierNotFoundException Modifier and Type Method Description StringDOIIdentifierProvider. lookup(Context context, DSpaceObject dso)Look up a DOI identifier for a given DSpaceObjectStringEZIDIdentifierProvider. lookup(Context context, DSpaceObject object)StringHandleIdentifierProvider. lookup(Context context, DSpaceObject dso)abstract StringIdentifierProvider. lookup(Context context, DSpaceObject object)Return the identifier for a DSpaceObject.StringVersionedHandleIdentifierProvider. lookup(Context context, DSpaceObject dso)StringVersionedHandleIdentifierProviderWithCanonicalHandles. lookup(Context context, DSpaceObject dso)DSpaceObjectDOIIdentifierProvider. resolve(Context context, String identifier, String... attributes)Resolve an identifier to a DSpaceObject, if it is registeredDSpaceObjectEZIDIdentifierProvider. resolve(Context context, String identifier, String... attributes)abstract DSpaceObjectIdentifierProvider. resolve(Context context, String identifier, String... attributes)Find the object named by a given identifier.DSpaceObjectIdentifierServiceImpl. resolve(Context context, String identifier) -
Uses of IdentifierNotFoundException in org.dspace.identifier.service
Methods in org.dspace.identifier.service that throw IdentifierNotFoundException Modifier and Type Method Description DSpaceObjectIdentifierService. resolve(Context context, String identifier)This will resolve a DSpaceObject based on a provided Identifier.
-