Uses of Interface
org.osid.configuration.rules.ValueEnablerForm
Packages that use ValueEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ValueEnablerForm in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ValueEnablerFormModifier and TypeMethodDescriptionValueEnablerAdminSession.getValueEnablerFormForCreate(Type[] valueEnablerRecordTypes) Gets the value enabler form for creating new value enablers.ValueEnablerAdminSession.getValueEnablerFormForUpdate(Id valueEnablerId) Gets the value enabler form for updating an existing value enabler.Methods in org.osid.configuration.rules with parameters of type ValueEnablerFormModifier and TypeMethodDescriptionValueEnablerAdminSession.createValueEnabler(ValueEnablerForm valueEnablerForm) Creates a newValueEnabler.voidValueEnablerAdminSession.updateValueEnabler(ValueEnablerForm valueEnablerForm) Updates an existing value enabler.