Uses of Class
org.dspace.identifier.IdentifierNotResolvableException
-
Packages that use IdentifierNotResolvableException Package Description org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.service -
-
Uses of IdentifierNotResolvableException in org.dspace.identifier
Methods in org.dspace.identifier that throw IdentifierNotResolvableException Modifier and Type Method Description StringDOIIdentifierProvider. lookup(Context context, DSpaceObject dso)StringEZIDIdentifierProvider. 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)DSpaceObjectEZIDIdentifierProvider. 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 IdentifierNotResolvableException in org.dspace.identifier.service
Methods in org.dspace.identifier.service that throw IdentifierNotResolvableException Modifier and Type Method Description DSpaceObjectIdentifierService. resolve(Context context, String identifier)This will resolve a DSpaceObject based on a provided Identifier.
-