Uses of Interface
org.verapdf.pdfa.validation.profiles.ValidationProfile
Packages that use ValidationProfile
Package
Description
Interfaces for PDF/A validation and Metadata repair.
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
Interfaces and reference implementations for PDF/A validation and validation
profiles.
-
Uses of ValidationProfile in org.verapdf.metadata.fixer.utils
Methods in org.verapdf.metadata.fixer.utils with parameters of type ValidationProfileModifier and TypeMethodDescriptionstatic ValidationStatusProcessedObjectsInspector.validationStatus(List<TestAssertion> assertions, ValidationProfile profile) Return validation status according to failed rules and validation profile.static ValidationStatusProcessedObjectsInspector.validationStatus(List<TestAssertion> assertions, ValidationProfile profile, ProcessedObjects objects) Return validation status according to failed rules, validation profile and metadata failed rules typestatic ValidationStatusProcessedObjectsInspector.validationStatus(List<TestAssertion> assertions, ValidationProfile profile, ProcessedObjectsParser parser) Return validation status according to failed rules and validation profile. -
Uses of ValidationProfile in org.verapdf.pdfa
Methods in org.verapdf.pdfa that return ValidationProfileModifier and TypeMethodDescriptionPDFAValidator.getProfile()Returns the completeValidationProfileenforced by this PDFAValidator.Methods in org.verapdf.pdfa with parameters of type ValidationProfileModifier and TypeMethodDescriptionAbstractFoundry.createFailFastValidator(ValidationProfile profile, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) VeraPDFFoundry.createFailFastValidator(ValidationProfile profile, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.AbstractFoundry.createValidator(ValidationProfile profile, boolean logSuccess) AbstractFoundry.createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) AbstractFoundry.createValidator(ValidatorConfig config, ValidationProfile profile) VeraPDFFoundry.createValidator(ValidationProfile profile, boolean logSuccess) Creates a newPDFAValidatorinitialised with the passed profile and chosen passed test logging.VeraPDFFoundry.createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logSuccess, boolean showErrorMessages, boolean showProgress) VeraPDFFoundry.createValidator(ValidatorConfig config, ValidationProfile profile) Obtain a newPDFAValidatorinstance that uses a customValidationProfileinstance. -
Uses of ValidationProfile in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return ValidationProfileMethods in org.verapdf.pdfa.results with parameters of type ValidationProfileModifier and TypeMethodDescriptionstatic ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, boolean isCompliant, JobEndStatus endStatus) static ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, HashMap<RuleId, Integer> failedChecks, boolean isCompliant, int totalAssertions, JobEndStatus endStatus) static ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, JobEndStatus endStatus) -
Uses of ValidationProfile in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return ValidationProfileModifier and TypeMethodDescriptionstatic ValidationProfileProfiles.defaultProfile()Returns an immutable default instance of a ValidationProfile.static ValidationProfileProfiles.getProfileWithTags(ValidationProfile profile, Set<String> includeTags, Set<String> excludeTags) ProfileDirectory.getValidationProfileByFlavour(PDFAFlavour flavour) ProfileDirectory.getValidationProfileById(String profileID) static ValidationProfileProfiles.profileFromSortedValues(PDFAFlavour flavour, ProfileDetails details, String hash, SortedSet<Rule> rules, SortedSet<Variable> variables) Returns aValidationProfileinstance initialised with the passed values.static ValidationProfileProfiles.profileFromValues(PDFAFlavour flavour, ProfileDetails details, String hash, Set<Rule> rules, Set<Variable> variables) Returns aValidationProfileinstance initialised with the passed values.static ValidationProfileProfiles.profileFromXml(InputStream source) Attempt to de-serialise and return aValidationProfileinstance from an XML representation that can be read fromtoConvert.Methods in org.verapdf.pdfa.validation.profiles that return types with arguments of type ValidationProfileMethods in org.verapdf.pdfa.validation.profiles with parameters of type ValidationProfileModifier and TypeMethodDescriptionstatic ValidationProfileProfiles.getProfileWithTags(ValidationProfile profile, Set<String> includeTags, Set<String> excludeTags) static StringProfiles.profileToXml(ValidationProfile toConvert, boolean format, boolean fragment) Convert aValidationProfileinstance into an XML String.static voidProfiles.profileToXml(ValidationProfile toConvert, OutputStream dest, boolean format, boolean fragment) static voidProfiles.profileToXml(ValidationProfile toConvert, Writer dest, boolean format, boolean fragment) Method parameters in org.verapdf.pdfa.validation.profiles with type arguments of type ValidationProfileModifier and TypeMethodDescriptionstatic ProfileDirectoryProfiles.directoryFromProfiles(Set<ValidationProfile> profiles) -
Uses of ValidationProfile in org.verapdf.pdfa.validation.validators
Methods in org.verapdf.pdfa.validation.validators that return ValidationProfileMethods in org.verapdf.pdfa.validation.validators with parameters of type ValidationProfileModifier and TypeMethodDescriptionstatic PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile) Creates a newPDFAValidatorinitialised with the passed profile and configured NOT to log passed checks.static PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile, boolean logPassedChecks) Creates a newPDFAValidatorinitialised with the passed profile and chosen passed test logging.static PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile, boolean logPassedChecks, int maxFailures) Creates a newPDFAValidatorinitialised with the passed profile, chosen passed test logging and requested fast failing behaviour.static PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile, boolean logPassedChecks, int maxFailures, int maxNumberOfDisplayedFailedChecks, boolean showErrorMessages, boolean showProgress) static PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile, int maxFailures, boolean showProgress) Creates a newPDFAValidatorinitialised with the passed profile, requested fast failing behaviour and configured NOT to log passed checks.static PDFAValidatorValidatorFactory.createValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logPassedChecks, boolean showErrorMessages, boolean showProgress) ValidatorBuilder.profile(ValidationProfile profile) Constructors in org.verapdf.pdfa.validation.validators with parameters of type ValidationProfileModifierConstructorDescriptionprotectedBaseValidator(ValidationProfile profile) protectedBaseValidator(ValidationProfile profile, boolean logPassedChecks) protectedBaseValidator(ValidationProfile profile, int maxNumberOfDisplayedFailedChecks, boolean logPassedChecks, boolean showErrorMessages, boolean showProgress) -
Uses of ValidationProfile in org.verapdf.processor
Methods in org.verapdf.processor that return ValidationProfileMethods in org.verapdf.processor with parameters of type ValidationProfileModifier and TypeMethodDescriptionstatic ProcessorConfigProcessorFactory.fromValues(ValidatorConfig config, FeatureExtractorConfig featureConfig, PluginsCollectionConfig pluginsCollectionConfig, MetadataFixerConfig fixerConfig, EnumSet<TaskType> tasks, ValidationProfile customProfile) static ProcessorConfigProcessorFactory.fromValues(ValidatorConfig config, FeatureExtractorConfig featureConfig, PluginsCollectionConfig pluginsCollectionConfig, MetadataFixerConfig fixerConfig, EnumSet<TaskType> tasks, ValidationProfile customProfile, String mdFolder)