Uses of Interface
org.osid.configuration.ValueForm
Packages that use ValueForm
Package
Description
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.configuration.batch
service.
-
Uses of ValueForm in org.osid.configuration
Methods in org.osid.configuration that return ValueFormModifier and TypeMethodDescriptionValueAdminSession.getValueFormForCreate(Id parameterId, Type[] valueRecordTypes) Gets the form for creating new values.ValueAdminSession.getValueFormForUpdate(Id valueId) Gets the value form for updating an existing value.Methods in org.osid.configuration with parameters of type ValueFormModifier and TypeMethodDescriptionValueAdminSession.createValue(ValueForm valueForm) Creates a value.voidValueAdminSession.updateValue(ValueForm valueForm) Updates an existing value. -
Uses of ValueForm in org.osid.configuration.batch
Subinterfaces of ValueForm in org.osid.configuration.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating values in bulk.