Uses of Interface
org.osid.assessment.authoring.SequenceRuleEnablerForm
Packages that use SequenceRuleEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.assessment.authoring
service.
-
Uses of SequenceRuleEnablerForm in org.osid.assessment.authoring
Methods in org.osid.assessment.authoring that return SequenceRuleEnablerFormModifier and TypeMethodDescriptionSequenceRuleEnablerAdminSession.getSequenceRuleEnablerFormForCreate(Type[] sequenceRuleEnablerRecordTypes) Gets the sequence rule enabler form for creating new sequence rule enablers.SequenceRuleEnablerAdminSession.getSequenceRuleEnablerFormForUpdate(Id sequenceRuleEnablerId) Gets the sequence rule enabler form for updating an existing sequence rule enabler.Methods in org.osid.assessment.authoring with parameters of type SequenceRuleEnablerFormModifier and TypeMethodDescriptionSequenceRuleEnablerAdminSession.createSequenceRuleEnabler(SequenceRuleEnablerForm sequenceRuleEnablerForm) Creates a newSequenceRuleEnabler.voidSequenceRuleEnablerAdminSession.updateSequenceRuleEnabler(SequenceRuleEnablerForm sequenceRuleEnablerForm) Updates an existing sequence rule enabler.