Uses of Class
dev.jcputney.elearning.parser.input.scorm12.ims.cp.Scorm12Metadata
Packages that use Scorm12Metadata
Package
Description
-
Uses of Scorm12Metadata in dev.jcputney.elearning.parser.input.scorm12
Methods in dev.jcputney.elearning.parser.input.scorm12 that return Scorm12MetadataModifier and TypeMethodDescriptionScorm12Manifest.getMetadata()Retrieves the metadata of the SCORM 1.2 manifest.Methods in dev.jcputney.elearning.parser.input.scorm12 with parameters of type Scorm12MetadataModifier and TypeMethodDescriptionvoidScorm12Manifest.setMetadata(Scorm12Metadata metadata) Sets the metadata for the SCORM 1.2 manifest. -
Uses of Scorm12Metadata in dev.jcputney.elearning.parser.input.scorm12.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp that return Scorm12MetadataModifier and TypeMethodDescriptionScorm12File.getMetadata()Retrieves the SCORM 1.2 metadata associated with this file.Scorm12Item.getMetadata()Retrieves the metadata associated with this SCORM 1.2 item.Scorm12Organization.getMetadata()Retrieves the metadata associated with the SCORM 1.2 organization.Scorm12Resource.getMetadata()Retrieves the metadata associated with this resource.Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp with parameters of type Scorm12MetadataModifier and TypeMethodDescriptionvoidScorm12File.setMetadata(Scorm12Metadata metadata) Assigns the SCORM 1.2 metadata to the file.voidScorm12Item.setMetadata(Scorm12Metadata metadata) Sets the metadata associated with this SCORM 1.2 item.voidScorm12Organization.setMetadata(Scorm12Metadata metadata) Sets the metadata associated with the SCORM 1.2 organization.voidScorm12Resource.setMetadata(Scorm12Metadata metadata) Sets the metadata associated with this resource.Constructors in dev.jcputney.elearning.parser.input.scorm12.ims.cp with parameters of type Scorm12MetadataModifierConstructorDescriptionScorm12Item(String identifier, String identifierRef, Boolean isVisible, String parameters, Duration maxTimeAllowed, Double masteryScore, Scorm12Prerequisites prerequisites, TimeLimitAction timeLimitAction, String dataFromLMS, String title, Scorm12Metadata metadata, List<Scorm12Item> items) Constructs a new Scorm12Item with the specified properties.Scorm12Organization(String identifier, String structure, String title, Scorm12Metadata metadata, List<Scorm12Item> items) Constructs a newScorm12Organizationinstance with the specified parameters.