Uses of Interface
org.verapdf.pdfa.validation.profiles.Variable
Packages that use Variable
Package
Description
Interfaces and reference implementations for PDF/A validation and validation
profiles.
-
Uses of Variable in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return VariableModifier and TypeMethodDescriptionstatic 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 VariableModifier and TypeMethodDescriptionValidationProfile.getVariables()TODO: A better explanation of Variables and their role.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 VariableModifier and TypeMethodDescriptionstatic 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 VariableModifier and TypeMethodDescriptionstatic ObjectJavaScriptEvaluator.evalVariableResult(Variable variable, Object object, org.mozilla.javascript.ScriptableObject scope)