Uses of Interface
org.osid.configuration.batch.ValueBatchFormList
Packages that use ValueBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.batch
service.
-
Uses of ValueBatchFormList in org.osid.configuration.batch
Methods in org.osid.configuration.batch that return ValueBatchFormListModifier and TypeMethodDescriptionValueBatchAdminSession.getValueFormsForCreate(IdList parameterIdList, Type[] valueRecordTypes) Gets the value forms for creating a bunch of new values.ValueBatchAdminSession.getValueFormsForUpdate(IdList valueIds) Gets the value forms for updating an existing set of values.Methods in org.osid.configuration.batch with parameters of type ValueBatchFormListModifier and TypeMethodDescriptionValueBatchAdminSession.createValues(ValueBatchFormList valueForms) Creates a new set ofValues.ValueBatchAdminSession.updateValues(ValueBatchFormList valueForms) Updates existing values.