Uses of Class
org.dspace.identifier.IdentifierNotApplicableException
-
Packages that use IdentifierNotApplicableException Package Description org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.identifier.doi Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses. -
-
Uses of IdentifierNotApplicableException in org.dspace.identifier
Methods in org.dspace.identifier that throw IdentifierNotApplicableException Modifier and Type Method Description protected DOIDOIIdentifierProvider. loadOrCreateDOI(Context context, DSpaceObject dso, String doiIdentifier)Load a DOI from the database or creates it if it does not exist.protected DOIDOIIdentifierProvider. loadOrCreateDOI(Context context, DSpaceObject dso, String doiIdentifier, Filter filter)Load DOI from database, or create one if it doesn't yet exist.protected StringVersionedDOIIdentifierProvider. makeIdentifierBasedOnHistory(Context context, DSpaceObject dso, VersionHistory history)protected StringVersionedDOIIdentifierProvider. makeIdentifierBasedOnHistory(Context context, DSpaceObject dso, VersionHistory history, Filter filter) -
Uses of IdentifierNotApplicableException in org.dspace.identifier.doi
Subclasses of IdentifierNotApplicableException in org.dspace.identifier.doi Modifier and Type Class Description classDOIIdentifierNotApplicableExceptionThrown when an identifier should not be applied to an item, eg.
-