Uses of Enum Class
org.dspace.orcid.model.validator.OrcidValidationError
Packages that use OrcidValidationError
Package
Description
-
Uses of OrcidValidationError in org.dspace.orcid.exception
Methods in org.dspace.orcid.exception that return types with arguments of type OrcidValidationErrorConstructors in org.dspace.orcid.exception with parameters of type OrcidValidationErrorConstructor parameters in org.dspace.orcid.exception with type arguments of type OrcidValidationError -
Uses of OrcidValidationError in org.dspace.orcid.model.validator
Methods in org.dspace.orcid.model.validator that return OrcidValidationErrorModifier and TypeMethodDescriptionstatic OrcidValidationErrorReturns the enum constant of this class with the specified name.static OrcidValidationError[]OrcidValidationError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.orcid.model.validator that return types with arguments of type OrcidValidationErrorModifier and TypeMethodDescriptionValidate the given orcid object and returns the validation errors, if any.OrcidValidator.validateFunding(org.orcid.jaxb.model.v3.release.record.Funding funding) Validate the given funding and returns the validation errors, if any.OrcidValidator.validateWork(org.orcid.jaxb.model.v3.release.record.Work work) Validate the given work and returns the validation errors, if any. -
Uses of OrcidValidationError in org.dspace.orcid.model.validator.impl
Methods in org.dspace.orcid.model.validator.impl that return types with arguments of type OrcidValidationErrorModifier and TypeMethodDescriptionOrcidValidatorImpl.validateFunding(org.orcid.jaxb.model.v3.release.record.Funding funding) A funding is valid if has title, a valid funder organization and at least one external id.OrcidValidatorImpl.validateWork(org.orcid.jaxb.model.v3.release.record.Work work) A work is valid if has title, type, a valid publication date and at least one external id.