Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.DeliveryControls
Packages that use DeliveryControls
Package
Description
-
Uses of DeliveryControls in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return DeliveryControlsModifier and TypeMethodDescriptionSequencing.getDeliveryControls()Retrieves the delivery controls associated with the sequencing object.SequencingCollection.resolveDeliveryControlsById(String sequenceId) Resolves and retrieves theDeliveryControlsassociated with the given sequencing identifier.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type DeliveryControlsModifier and TypeMethodDescriptionvoidSequencing.setDeliveryControls(DeliveryControls deliveryControls) Sets the delivery controls for the sequencing object. -
Uses of DeliveryControls in dev.jcputney.elearning.parser.output.metadata.scorm2004
Methods in dev.jcputney.elearning.parser.output.metadata.scorm2004 that return types with arguments of type DeliveryControlsModifier and TypeMethodDescriptionScorm2004Metadata.getActivityDeliveryControls()Retrieves an unmodifiable map containing the delivery controls for activities.