Uses of Class
dev.jcputney.elearning.parser.input.scorm12.ims.cp.Scorm12Organization
Packages that use Scorm12Organization
-
Uses of Scorm12Organization in dev.jcputney.elearning.parser.input.scorm12.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp that return Scorm12OrganizationModifier and TypeMethodDescriptionScorm12Organizations.getDefault()Retrieves the default organization for the content package.Scorm12Organizations.getOrganizationById(String id) Retrieves an organization by its unique identifier.Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp that return types with arguments of type Scorm12OrganizationModifier and TypeMethodDescriptionScorm12Organizations.getOrganizationList()Retrieves the list of SCORM 1.2 organizations.Method parameters in dev.jcputney.elearning.parser.input.scorm12.ims.cp with type arguments of type Scorm12OrganizationModifier and TypeMethodDescriptionvoidScorm12Organizations.setOrganizationList(List<Scorm12Organization> organizationList) Sets the list of SCORM 1.2 organizations associated with this object.Constructor parameters in dev.jcputney.elearning.parser.input.scorm12.ims.cp with type arguments of type Scorm12OrganizationModifierConstructorDescriptionScorm12Organizations(String defaultOrganization, List<Scorm12Organization> organizationList) Constructs a new instance of Scorm12Organizations with the specified default organization identifier and list of organizations.