Uses of Class
dev.jcputney.elearning.parser.input.xapi.tincan.TincanManifest
Packages that use TincanManifest
Package
Description
-
Uses of TincanManifest in dev.jcputney.elearning.parser.output.metadata.xapi
Constructors in dev.jcputney.elearning.parser.output.metadata.xapi with parameters of type TincanManifestModifierConstructorDescriptionXapiMetadata(TincanManifest manifest) Constructor for XapiMetadata. -
Uses of TincanManifest in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers that return types with arguments of type TincanManifestModifier and TypeMethodDescriptionprotected Class<TincanManifest>XapiParser.getManifestClass()Returns the class type of the TinCan manifest used by this parser.Methods in dev.jcputney.elearning.parser.parsers with parameters of type TincanManifestModifier and TypeMethodDescriptionprotected XapiMetadataXapiParser.extractMetadata(TincanManifest manifest, ValidationResult validation) protected ValidationResultXapiParser.validateManifest(TincanManifest manifest) -
Uses of TincanManifest in dev.jcputney.elearning.parser.validators
Methods in dev.jcputney.elearning.parser.validators with parameters of type TincanManifestModifier and TypeMethodDescriptionXapiValidator.validate(TincanManifest manifest) Validates an xAPI/TinCan manifest for structural integrity. -
Uses of TincanManifest in dev.jcputney.elearning.parser.validators.rules.xapi
Methods in dev.jcputney.elearning.parser.validators.rules.xapi with parameters of type TincanManifestModifier and TypeMethodDescriptionActivitiesRequiredRule.validate(TincanManifest manifest) Validates that the manifest contains at least one activity.LaunchUrlRequiredRule.validate(TincanManifest manifest) Validates that the package has a launch URL.