Uses of Interface
org.osid.control.rules.InputEnablerForm
Packages that use InputEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of InputEnablerForm in org.osid.control.rules
Methods in org.osid.control.rules that return InputEnablerFormModifier and TypeMethodDescriptionInputEnablerAdminSession.getInputEnablerFormForCreate(Type[] inputEnablerRecordTypes) Gets the input enabler form for creating new input enablers.InputEnablerAdminSession.getInputEnablerFormForUpdate(Id inputEnablerId) Gets the input enabler form for updating an existing input enabler.Methods in org.osid.control.rules with parameters of type InputEnablerFormModifier and TypeMethodDescriptionInputEnablerAdminSession.createInputEnabler(InputEnablerForm inputEnablerForm) Creates a newInputEnabler.voidInputEnablerAdminSession.updateInputEnabler(InputEnablerForm inputEnablerForm) Updates an existing input enabler.