Uses of Interface
org.osid.inventory.batch.ModelBatchFormList
Packages that use ModelBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.batch
service.
-
Uses of ModelBatchFormList in org.osid.inventory.batch
Methods in org.osid.inventory.batch that return ModelBatchFormListModifier and TypeMethodDescriptionModelBatchAdminSession.getModelFormsForCreate(long number, Type[] modelRecordTypes) Gets the model forms for creating a bunch of new models.ModelBatchAdminSession.getModelFormsForUpdate(IdList modelIds) Gets the model forms for updating an existing set of models.Methods in org.osid.inventory.batch with parameters of type ModelBatchFormListModifier and TypeMethodDescriptionModelBatchAdminSession.createModels(ModelBatchFormList modelForms) Creates a new set ofModels.ModelBatchAdminSession.updateModels(ModelBatchFormList modelForms) Updates existing models.