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
Methods 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
Method parameters in org.verapdf.pdfa.validation.validators with type arguments of type ErrorArgumentModifier and TypeMethodDescriptionstatic voidJavaScriptEvaluator.setErrorArgumentsResult(Object obj, List<ErrorArgument> arguments, org.mozilla.javascript.ScriptableObject scope)