Uses of Interface
dev.jcputney.elearning.parser.validators.rules.ValidationRule
Packages that use ValidationRule
Package
Description
-
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.aicc
Classes in dev.jcputney.elearning.parser.validators.rules.aicc that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that an AICC manifest contains course information.classValidates that an AICC course has a launch URL.classValidates that an AICC course has a title. -
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.cmi5
Classes in dev.jcputney.elearning.parser.validators.rules.cmi5 that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that a cmi5 manifest contains course element.classValidates that a cmi5 course has at least one AU with a launch URL.classValidates that a cmi5 course has a title. -
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.common
Classes in dev.jcputney.elearning.parser.validators.rules.common that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that all identifiers within the manifest are unique.classValidates that all resources are referenced by at least one item.classValidates that all file paths in the manifest are safe and don't contain directory traversal patterns, absolute paths, or external references. -
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.scorm12
Classes in dev.jcputney.elearning.parser.validators.rules.scorm12 that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that if a default organization is specified, it references an existing organization.classValidates that every organization has at least one launchable resource.classValidates that the manifest has a required identifier attribute.classValidates that the manifest contains an organizations element.classValidates that resources referenced by items have valid href attributes (launch URLs).classValidates that all item identifierref attributes reference existing resources.classValidates that the manifest has a required resources element. -
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.scorm2004
Classes in dev.jcputney.elearning.parser.validators.rules.scorm2004 that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that the default organization attribute references an existing organization.classValidates that a SCORM 2004 manifest contains an organizations element.classValidates that resources referenced by items have valid href attributes (launch URLs).classValidates that all item identifierref attributes reference existing resources.classValidates that all identifiers in SCORM 2004 manifest are unique.classValidates that all resources in SCORM 2004 manifest are referenced by at least one item.classValidates that all file paths in SCORM 2004 manifest are safe and don't contain directory traversal patterns, absolute paths, or external references. -
Uses of ValidationRule in dev.jcputney.elearning.parser.validators.rules.xapi
Classes in dev.jcputney.elearning.parser.validators.rules.xapi that implement ValidationRuleModifier and TypeClassDescriptionclassValidates that an xAPI manifest contains at least one activity.classValidates that an xAPI package has a launch URL.