Uses of Interface
org.verapdf.pdfa.validation.profiles.Rule
-
Packages that use Rule 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 Rule in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return Rule Modifier and Type Method Description static RuleProfiles. defaultRule()Returns an immutable default instance of a Rule.RuleValidationProfile. getRuleByRuleId(RuleId id)static RuleProfiles. ruleFromValues(RuleId id, String object, Boolean deferred, String description, String test, ErrorDetails error, List<Reference> references)Returns aRuleinstance initialised with the passed values.static RuleProfiles. ruleFromValues(RuleId id, String object, String description, String test, ErrorDetails error, List<Reference> references)Returns aRuleinstance initialised with the passed values.Methods in org.verapdf.pdfa.validation.profiles that return types with arguments of type Rule Modifier and Type Method Description Set<Rule>ValidationProfile. getRules()Set<Rule>ValidationProfile. getRulesByObject(String objectName)Retrieve the complete Set of validationRules associated with a PDF objectMethods in org.verapdf.pdfa.validation.profiles with parameters of type Rule Modifier and Type Method Description intProfiles.RuleComparator. compare(Rule firstRule, Rule secondRule)Method parameters in org.verapdf.pdfa.validation.profiles with type arguments of type Rule 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.static ValidationProfileProfiles. profileFromValues(PDFAFlavour flavour, ProfileDetails details, String hash, Set<Rule> rules, Set<Variable> variables)Returns aValidationProfileinstance initialised with the passed values. -
Uses of Rule in org.verapdf.pdfa.validation.validators
Methods in org.verapdf.pdfa.validation.validators with parameters of type Rule Modifier and Type Method Description static booleanJavaScriptEvaluator. getTestEvalResult(Object obj, Rule rule, org.mozilla.javascript.ScriptableObject scope)protected voidBaseValidator. processAssertionResult(boolean assertionResult, String locationContext, Rule rule, Object obj)
-