Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004Item
Packages that use Scorm2004Item
Package
Description
-
Uses of Scorm2004Item in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return Scorm2004ItemModifier and TypeMethodDescriptionScorm2004Organizations.getItemById(String itemId) Retrieves an item by its unique identifier.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return types with arguments of type Scorm2004ItemModifier and TypeMethodDescriptionScorm2004Item.getItems()Retrieves the list of child items associated with this SCORM 2004 item.Scorm2004Organization.getItems()Retrieves the list of SCORM 2004 items associated with the organization.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with type arguments of type Scorm2004ItemModifier and TypeMethodDescriptionvoidScorm2004Item.setItems(List<Scorm2004Item> items) Sets the list of child items associated with this SCORM 2004 item.voidScorm2004Organization.setItems(List<Scorm2004Item> items) Sets the list of SCORM 2004 items associated with the organization. -
Uses of Scorm2004Item in dev.jcputney.elearning.parser.input.scorm2004.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing with parameters of type Scorm2004ItemModifier and TypeMethodDescriptionstatic ActivityNodeActivityNode.fromItem(Scorm2004Item item, ActivityNode parent) Creates an ActivityNode from a Scorm2004Item.