Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004Organization
Packages that use Scorm2004Organization
Package
Description
-
Uses of Scorm2004Organization in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return Scorm2004OrganizationModifier and TypeMethodDescriptionScorm2004Organizations.getDefault()Retrieves the default organization for the content package.Scorm2004Organizations.getOrganizationById(String id) Retrieves an organization by its unique identifier.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return types with arguments of type Scorm2004OrganizationModifier and TypeMethodDescriptionScorm2004Organizations.getOrganizationList()Retrieves the list of SCORM 2004 organizations associated with this content package.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with type arguments of type Scorm2004OrganizationModifier and TypeMethodDescriptionvoidScorm2004Organizations.setOrganizationList(List<Scorm2004Organization> organizationList) Sets the list of SCORM 2004 organizations associated with this content package. -
Uses of Scorm2004Organization in dev.jcputney.elearning.parser.input.scorm2004.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.sequencing with parameters of type Scorm2004OrganizationModifier and TypeMethodDescriptionstatic ActivityNodeActivityNode.fromOrganization(Scorm2004Organization organization) Creates an ActivityNode from a Scorm2004Organization.