Package org.dspace.identifier.ezid
DOI classes specific to the EZID registrar.
Use EZIDRequestFactory.getInstance(java.lang.String, java.lang.String, java.lang.String) to
configure an EZIDRequest
with your authority number and credentials. EZIDRequest encapsulates
EZID's operations (lookup, create/mint, modify, delete...).
An operation returns an EZIDResponse which
gives easy access to EZID's status code and value, status of the underlying
HTTP request, and key/value pairs found in the response body (if any).
-
Interface Summary Interface Description Transform Convert metadata strings to other forms. -
Class Summary Class Description DateToYear Convert a date-time string to the year thereof.EZIDRequest A request to EZID concerning a given (or expected) identifier.EZIDRequestFactory Create configured EZID requests.EZIDResponse Decoded response data evoked by a request made to EZID.