Uses of Class
org.dspace.orcid.exception.OrcidValidationException
-
Packages that use OrcidValidationException Package Description org.dspace.orcid.model.factory org.dspace.orcid.service -
-
Uses of OrcidValidationException in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that throw OrcidValidationException Modifier and Type Method Description Optional<org.orcid.jaxb.model.v3.release.common.Country>OrcidCommonObjectFactory. createCountry(Context context, MetadataValue metadataValue)Creates an instance ofCountryfrom the given metadata value. -
Uses of OrcidValidationException in org.dspace.orcid.service
Methods in org.dspace.orcid.service that throw OrcidValidationException Modifier and Type Method Description OrcidHistoryOrcidHistoryService. synchronizeWithOrcid(Context context, OrcidQueue orcidQueue, boolean forceAddition)Synchronize the entity related to the given orcidQueue record with ORCID.
-