Uses of Interface
org.verapdf.pdfa.validation.profiles.Variable
-
Packages that use Variable Package Description org.verapdf.pdfa.validation.profiles Interfaces and reference implementations for PDF/A validation and validation profiles.org.verapdf.pdfa.validation.validators -
-
Uses of Variable in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return Variable Modifier and Type Method Description static VariableProfiles. defaultVariable()Returns an immutable default instance of a Variable.static VariableProfiles. variableFromValues(String name, String object, String defaultValue, String value)Returns aVariableinstance initialised with the passed values.Methods in org.verapdf.pdfa.validation.profiles that return types with arguments of type Variable Modifier and Type Method Description Set<Variable>ValidationProfile. getVariables()TODO: A better explanation of Variables and their role.Set<Variable>ValidationProfile. getVariablesByObject(String objectName)TODO: A better explanation of Variables and their role.Method parameters in org.verapdf.pdfa.validation.profiles with type arguments of type Variable Modifier and Type Method Description static ValidationProfileProfiles. profileFromSortedValues(PDFAFlavour flavour, ProfileDetails details, String hash, SortedSet<Rule> rules, Set<Variable> variables)Returns aValidationProfileinstance initialised with the passed values. -
Uses of Variable in org.verapdf.pdfa.validation.validators
Methods in org.verapdf.pdfa.validation.validators with parameters of type Variable Modifier and Type Method Description static ObjectJavaScriptEvaluator. evalVariableResult(Variable variable, Object object, org.mozilla.javascript.ScriptableObject scope)
-