Class Scorm2004Organizations
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004Organizations
- All Implemented Interfaces:
Serializable
Represents the hierarchical structure of organizations in the content package. Organizations
define the arrangement of items within the package.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the default organization for the content package.getItemById(String itemId) Retrieves an item by its unique identifier.Retrieves an organization by its unique identifier.
-
Constructor Details
-
Scorm2004Organizations
public Scorm2004Organizations()
-
-
Method Details
-
getOrganizationById
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
Retrieves the default organization for the content package.- Returns:
- The default organization, or null if not found.
-
getItemById
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.
-