Uses of Interface
org.verapdf.pdfa.validation.profiles.RuleId
-
Packages that use RuleId 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. -
-
Uses of RuleId in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return RuleId Modifier and Type Method Description RuleIdTestAssertion. getRuleId()Methods in org.verapdf.pdfa.results with parameters of type RuleId Modifier and Type Method Description static TestAssertionValidationResults. assertionFromValues(int ordinal, RuleId ruleId, TestAssertion.Status status, String message, Location location, String context, String errorMessage, List<String> errorArguments)Creates an immutable TestAssertion instance from the passed parameter values. -
Uses of RuleId in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return RuleId Modifier and Type Method Description static RuleIdProfiles. defaultRuleId()Returns an immutable default instance of a RuleId.RuleIdRule. getRuleId()static RuleIdProfiles. ruleIdFromValues(PDFAFlavour.Specification specification, String clause, int testNumber)Returns aRuleIdinstance initialised with the passed values.Methods in org.verapdf.pdfa.validation.profiles with parameters of type RuleId Modifier and Type Method Description intProfiles.RuleIdComparator. compare(RuleId firstId, RuleId secondId)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.
-