Uses of Interface
org.verapdf.pdfa.validation.profiles.ErrorArgument
-
Packages that use ErrorArgument Package Description org.verapdf.pdfa.results Interfaces and reference implementations encapsulating the results of PDF/A validation.org.verapdf.pdfa.validation.profiles Interfaces and reference implementations for PDF/A validation and validation profiles.org.verapdf.pdfa.validation.validators -
-
Uses of ErrorArgument in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return types with arguments of type ErrorArgument Modifier and Type Method Description List<ErrorArgument>TestAssertion. getErrorArguments()Method parameters in org.verapdf.pdfa.results with type arguments of type ErrorArgument Modifier and Type Method Description static 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 ErrorArgument Modifier and Type Method Description List<ErrorArgument>ErrorDetails. getArguments()Method parameters in org.verapdf.pdfa.validation.profiles with type arguments of type ErrorArgument Modifier and Type Method Description static 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 ErrorArgument Modifier and Type Method Description static voidJavaScriptEvaluator. setErrorArgumentsResult(Object obj, List<ErrorArgument> arguments, org.mozilla.javascript.ScriptableObject scope)
-