Uses of Class
org.dspace.orcid.model.validator.OrcidValidationError
-
Packages that use OrcidValidationError Package Description org.dspace.orcid.exception org.dspace.orcid.model.validator org.dspace.orcid.model.validator.impl -
-
Uses of OrcidValidationError in org.dspace.orcid.exception
Methods in org.dspace.orcid.exception that return types with arguments of type OrcidValidationError Modifier and Type Method Description List<OrcidValidationError>OrcidValidationException. getErrors()Constructors in org.dspace.orcid.exception with parameters of type OrcidValidationError Constructor Description OrcidValidationException(OrcidValidationError error)Constructor parameters in org.dspace.orcid.exception with type arguments of type OrcidValidationError Constructor Description OrcidValidationException(List<OrcidValidationError> errors) -
Uses of OrcidValidationError in org.dspace.orcid.model.validator
Methods in org.dspace.orcid.model.validator that return OrcidValidationError Modifier and Type Method Description static OrcidValidationErrorOrcidValidationError. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidValidationError[]OrcidValidationError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.orcid.model.validator that return types with arguments of type OrcidValidationError Modifier and Type Method Description List<OrcidValidationError>OrcidValidator. validate(Object object)Validate the given orcid object and returns the validation errors, if any.List<OrcidValidationError>OrcidValidator. validateFunding(org.orcid.jaxb.model.v3.release.record.Funding funding)Validate the given funding and returns the validation errors, if any.List<OrcidValidationError>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 OrcidValidationError Modifier and Type Method Description List<OrcidValidationError>OrcidValidatorImpl. validate(Object object)List<OrcidValidationError>OrcidValidatorImpl. 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.List<OrcidValidationError>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.
-