Uses of Interface
org.osid.lexicon.batch.ParameterBatchFormList
Packages that use ParameterBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon.batch
service.
-
Uses of ParameterBatchFormList in org.osid.lexicon.batch
Methods in org.osid.lexicon.batch that return ParameterBatchFormListModifier and TypeMethodDescriptionParameterBatchAdminSession.getParameterFormsForCreate(IdList textIds, Type[] ParameterRecordTypes) Gets the parameters 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.lexicon.batch with parameters of type ParameterBatchFormListModifier and TypeMethodDescriptionParameterBatchAdminSession.createParameters(ParameterBatchFormList ParameterForms) Creates a new set ofParameters.ParameterBatchAdminSession.updateParameters(ParameterBatchFormList ParameterForms) Updates existing parameters.