Uses of Interface
org.osid.configuration.ParameterForm
Packages that use ParameterForm
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 ParameterForm in org.osid.configuration
Methods in org.osid.configuration that return ParameterFormModifier and TypeMethodDescriptionParameterAdminSession.getParameterFormForCreate(Type[] parameterRecordTypes) Gets the paramater form for creating new parameters.ParameterAdminSession.getParameterFormForUpdate(Id parameterId) Gets the parameter form for updating an existing parameters.Methods in org.osid.configuration with parameters of type ParameterFormModifier and TypeMethodDescriptionParameterAdminSession.createParameter(ParameterForm parameterForm) Creates a newParameter.voidParameterAdminSession.updateParameter(ParameterForm parameterForm) Updates an existing parameter. -
Uses of ParameterForm in org.osid.configuration.batch
Subinterfaces of ParameterForm in org.osid.configuration.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating parameters in bulk.