Uses of Interface
org.osid.inventory.ModelForm
Packages that use ModelForm
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
The Open Service Interface Definitions for the org.osid.inventory.batch
service.
-
Uses of ModelForm in org.osid.inventory
Methods in org.osid.inventory that return ModelFormModifier and TypeMethodDescriptionModelAdminSession.getModelFormForCreate(Type[] modelRecordTypes) Gets the model form for creating new models.ModelAdminSession.getModelFormForUpdate(Id modelId) Gets the model form for updating an existing model.Methods in org.osid.inventory with parameters of type ModelFormModifier and TypeMethodDescriptionModelAdminSession.createModel(ModelForm modelForm) Creates a newModel.voidModelAdminSession.updateModel(ModelForm modelForm) Updates an existing model. -
Uses of ModelForm in org.osid.inventory.batch
Subinterfaces of ModelForm in org.osid.inventory.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating models in bulk.