Uses of Interface
org.verapdf.pdfa.validation.profiles.RuleId
Packages that use RuleId
Package
Description
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
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 RuleIdMethods in org.verapdf.pdfa.results that return types with arguments of type RuleIdMethods in org.verapdf.pdfa.results with parameters of type RuleIdModifier and TypeMethodDescriptionstatic 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.Method parameters in org.verapdf.pdfa.results with type arguments of type RuleIdModifier and TypeMethodDescriptionstatic ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, HashMap<RuleId, Integer> failedChecks, boolean isCompliant, int totalAssertions, JobEndStatus endStatus) -
Uses of RuleId in org.verapdf.pdfa.validation.profiles
Methods in org.verapdf.pdfa.validation.profiles that return RuleIdModifier and TypeMethodDescriptionstatic RuleIdProfiles.defaultRuleId()Returns an immutable default instance of a RuleId.Rule.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 RuleIdModifier and TypeMethodDescriptionintValidationProfile.getRuleByRuleId(RuleId id) static RuleProfiles.ruleFromValues(RuleId id, String object, Boolean deferred, String tags, 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.