Uses of Class
de.gwdg.metadataqa.marc.model.validation.ValidationErrorType
-
Packages that use ValidationErrorType Package Description de.gwdg.metadataqa.marc.analysis.validator de.gwdg.metadataqa.marc.cli.parameters de.gwdg.metadataqa.marc.model.validation -
-
Uses of ValidationErrorType in de.gwdg.metadataqa.marc.analysis.validator
Methods in de.gwdg.metadataqa.marc.analysis.validator that return types with arguments of type ValidationErrorType Modifier and Type Method Description List<ValidationErrorType>ValidatorConfiguration. getIgnorableIssueTypes()Map<ValidationErrorType,Integer>ValidatorDAO. getTypeInstanceCounter()Map<String,Map<ValidationErrorType,Integer>>ValidatorDAO. getTypeInstanceCounterGrouped()Map<ValidationErrorType,Integer>ValidatorDAO. getTypeRecordCounter()Map<String,Map<ValidationErrorType,Integer>>ValidatorDAO. getTypeRecordCounterGrouped()Methods in de.gwdg.metadataqa.marc.analysis.validator with parameters of type ValidationErrorType Modifier and Type Method Description protected booleanAbstractValidator. isIgnorableType(ValidationErrorType type)Method parameters in de.gwdg.metadataqa.marc.analysis.validator with type arguments of type ValidationErrorType Modifier and Type Method Description ValidatorConfigurationValidatorConfiguration. withIgnorableIssueTypes(List<ValidationErrorType> ignorableIssueTypes) -
Uses of ValidationErrorType in de.gwdg.metadataqa.marc.cli.parameters
Methods in de.gwdg.metadataqa.marc.cli.parameters that return types with arguments of type ValidationErrorType Modifier and Type Method Description List<ValidationErrorType>ValidatorParameters. getIgnorableIssueTypes() -
Uses of ValidationErrorType in de.gwdg.metadataqa.marc.model.validation
Methods in de.gwdg.metadataqa.marc.model.validation that return ValidationErrorType Modifier and Type Method Description static ValidationErrorTypeValidationErrorType. byCode(String code)ValidationErrorTypeValidationError. getType()static ValidationErrorTypeValidationErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationErrorType[]ValidationErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.model.validation with parameters of type ValidationErrorType Modifier and Type Method Description voidErrorsCollector. add(String recordId, String marcPath, ValidationErrorType type, String message, String url)Constructors in de.gwdg.metadataqa.marc.model.validation with parameters of type ValidationErrorType Constructor Description ValidationError(String recordId, String marcPath, ValidationErrorType type, String message, String url)
-