Uses of Interface
org.osid.inventory.ItemForm
Packages that use ItemForm
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 ItemForm in org.osid.inventory
Methods in org.osid.inventory that return ItemFormModifier and TypeMethodDescriptionItemAdminSession.getItemFormForCreate(Type[] itemRecordTypes) Gets the item form for creating new items.ItemAdminSession.getItemFormForUpdate(Id itemId) Gets the item form for updating an existing item.Methods in org.osid.inventory with parameters of type ItemFormModifier and TypeMethodDescriptionItemAdminSession.createItem(ItemForm itemForm) Creates a newItem.voidItemAdminSession.updateItem(ItemForm itemForm) Updates an existing item. -
Uses of ItemForm in org.osid.inventory.batch
Subinterfaces of ItemForm in org.osid.inventory.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating items in bulk.