Uses of Interface
org.osid.configuration.batch.ParameterBatchFormList
Packages that use ParameterBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.batch
service.
-
Uses of ParameterBatchFormList in org.osid.configuration.batch
Methods in org.osid.configuration.batch that return ParameterBatchFormListModifier and TypeMethodDescriptionParameterBatchAdminSession.getParameterFormsForCreate(long number, Type[] parameterRecordTypes) Gets the parameter forms for creating a bunch of new parameters.ParameterBatchAdminSession.getParameterFormsForUpdate(IdList parameterIds) Gets the parameter forms for updating an existing set of parameters.Methods in org.osid.configuration.batch with parameters of type ParameterBatchFormListModifier and TypeMethodDescriptionParameterBatchAdminSession.createParameters(ParameterBatchFormList parameterForms) Creates a new set ofParameters.ParameterBatchAdminSession.updateParameters(ParameterBatchFormList parameterForms) Updates existing parameters.