Class Scorm2004Organizations

java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004Organizations
All Implemented Interfaces:
Serializable

public class Scorm2004Organizations extends Object implements Serializable
Represents the hierarchical structure of organizations in the content package. Organizations define the arrangement of items within the package.
See Also:
  • Constructor Details

    • Scorm2004Organizations

      public Scorm2004Organizations()
  • Method Details

    • getOrganizationById

      public Scorm2004Organization getOrganizationById(String id)
      Retrieves an organization by its unique identifier.
      Parameters:
      id - The unique identifier for the organization.
      Returns:
      The organization with the specified identifier, or null if not found.
    • getDefault

      public Scorm2004Organization getDefault()
      Retrieves the default organization for the content package.
      Returns:
      The default organization, or null if not found.
    • getItemById

      public Scorm2004Item getItemById(String itemId)
      Retrieves an item by its unique identifier.
      Parameters:
      itemId - The unique identifier for the item.
      Returns:
      The item with the specified identifier, or null if not found.