Uses of Class
de.gwdg.metadataqa.marc.model.validation.ValidationError
-
-
Uses of ValidationError in de.gwdg.metadataqa.marc
Methods in de.gwdg.metadataqa.marc that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>Validatable. getValidationErrors() -
Uses of ValidationError in de.gwdg.metadataqa.marc.analysis.validator
Methods in de.gwdg.metadataqa.marc.analysis.validator that return types with arguments of type ValidationError Modifier and Type Method Description protected List<ValidationError>AbstractValidator. filterErrors(List<ValidationError> errors)Remove ignorable errors from the list of errorsMap<ValidationError,Integer>ValidatorDAO. getInstanceBasedErrorCounter()Map<String,Map<ValidationError,Integer>>ValidatorDAO. getInstanceBasedErrorCounterGrouped()List<ValidationError>AbstractValidator. getValidationErrors()Method parameters in de.gwdg.metadataqa.marc.analysis.validator with type arguments of type ValidationError Modifier and Type Method Description protected List<ValidationError>AbstractValidator. filterErrors(List<ValidationError> errors)Remove ignorable errors from the list of errors -
Uses of ValidationError in de.gwdg.metadataqa.marc.cli
Methods in de.gwdg.metadataqa.marc.cli that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>ValidatorCli. getAllValidationErrors() -
Uses of ValidationError in de.gwdg.metadataqa.marc.dao
Fields in de.gwdg.metadataqa.marc.dao with type parameters of type ValidationError Modifier and Type Field Description protected List<ValidationError>MarcControlField. initializationErrorsprotected List<ValidationError>MarcControlField. validationErrorsMethods in de.gwdg.metadataqa.marc.dao that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>Leader. getInitializationErrors()List<ValidationError>MarcControlField. getInitializationErrors()List<ValidationError>MarcControlField. getValidationErrors() -
Uses of ValidationError in de.gwdg.metadataqa.marc.definition
Fields in de.gwdg.metadataqa.marc.definition with type parameters of type ValidationError Modifier and Type Field Description protected List<ValidationError>PositionalControlField. validationErrorsMethods in de.gwdg.metadataqa.marc.definition that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>Validator. getValidationErrors()List<ValidationError>ValidatorResponse. getValidationErrors()Methods in de.gwdg.metadataqa.marc.definition with parameters of type ValidationError Modifier and Type Method Description voidValidatorResponse. addValidationError(ValidationError error) -
Uses of ValidationError in de.gwdg.metadataqa.marc.definition.general.codelist
Methods in de.gwdg.metadataqa.marc.definition.general.codelist that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>CodeList. getValidationErrors() -
Uses of ValidationError in de.gwdg.metadataqa.marc.model.validation
Methods in de.gwdg.metadataqa.marc.model.validation that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>ErrorsCollector. getErrors()Methods in de.gwdg.metadataqa.marc.model.validation with parameters of type ValidationError Modifier and Type Method Description static String[]ValidationErrorFormatter. asArrayWithoutId(ValidationError error)static StringValidationErrorFormatter. format(ValidationError error, ValidationErrorFormat format)static StringValidationErrorFormatter. formatForSummary(ValidationError error, ValidationErrorFormat format)Method parameters in de.gwdg.metadataqa.marc.model.validation with type arguments of type ValidationError Modifier and Type Method Description voidErrorsCollector. addAll(List<ValidationError> otherErrors)static StringValidationErrorFormatter. format(List<ValidationError> errors, ValidationErrorFormat format)static StringValidationErrorFormatter. format(List<ValidationError> errors, ValidationErrorFormat format, boolean trimId)static List<String>ValidationErrorFormatter. formatForSummary(List<ValidationError> validationErrors, ValidationErrorFormat format)
-