Uses of Class
dev.jcputney.elearning.parser.input.scorm12.ims.cp.Scorm12Item
Packages that use Scorm12Item
-
Uses of Scorm12Item in dev.jcputney.elearning.parser.input.scorm12.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp that return types with arguments of type Scorm12ItemModifier and TypeMethodDescriptionScorm12Item.getItems()Retrieves the list of child SCORM 1.2 items associated with the current item.Scorm12Organization.getItems()Retrieves the list of SCORM 1.2 items associated with the organization.Method parameters in dev.jcputney.elearning.parser.input.scorm12.ims.cp with type arguments of type Scorm12ItemModifier and TypeMethodDescriptionvoidScorm12Item.setItems(List<Scorm12Item> items) Sets the list of child SCORM 1.2 items associated with this item.voidScorm12Organization.setItems(List<Scorm12Item> items) Sets the list of SCORM 1.2 items associated with the organization.Constructor parameters in dev.jcputney.elearning.parser.input.scorm12.ims.cp with type arguments of type Scorm12ItemModifierConstructorDescriptionScorm12Item(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.