Uses of Interface
org.verapdf.pdfa.validation.profiles.ErrorArgument
Packages that use ErrorArgument
Package
Description
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
Interfaces and reference implementations for PDF/A validation and validation
profiles.
-
Uses of ErrorArgument in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return types with arguments of type ErrorArgumentMethod parameters in org.verapdf.pdfa.results with type arguments of type ErrorArgumentModifier and TypeMethodDescriptionstatic TestAssertionValidationResults.assertionFromValues(int ordinal, RuleId ruleId, TestAssertion.Status status, String message, Location location, String context, String errorMessage, List<ErrorArgument> errorArguments) Creates an immutable TestAssertion instance from the passed parameter values. -
Uses of ErrorArgument in org.verapdf.pdfa.validation.profiles
Classes in org.verapdf.pdfa.validation.profiles that implement ErrorArgumentMethods in org.verapdf.pdfa.validation.profiles that return types with arguments of type ErrorArgumentMethod parameters in org.verapdf.pdfa.validation.profiles with type arguments of type ErrorArgumentModifier and TypeMethodDescriptionstatic ErrorDetailsProfiles.errorFromValues(String message, List<ErrorArgument> arguments) Returns aErrorDetailsinstance initialised with the passed values. -
Uses of ErrorArgument in org.verapdf.pdfa.validation.validators
Methods in org.verapdf.pdfa.validation.validators that return types with arguments of type ErrorArgumentModifier and TypeMethodDescriptionstatic List<ErrorArgument>JavaScriptEvaluator.getErrorArgumentsResult(Object obj, List<ErrorArgument> arguments, org.mozilla.javascript.ScriptableObject scope) Method parameters in org.verapdf.pdfa.validation.validators with type arguments of type ErrorArgumentModifier and TypeMethodDescriptionstatic List<ErrorArgument>JavaScriptEvaluator.getErrorArgumentsResult(Object obj, List<ErrorArgument> arguments, org.mozilla.javascript.ScriptableObject scope)