Uses of Interface
org.osid.resource.batch.BinBatchFormList
Packages that use BinBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resource.batch
service.
-
Uses of BinBatchFormList in org.osid.resource.batch
Methods in org.osid.resource.batch that return BinBatchFormListModifier and TypeMethodDescriptionBinBatchAdminSession.getBinFormsForCreate(long number, Type[] binRecordTypes) Gets the bin forms for creating a bunch of new bins.BinBatchAdminSession.getBinFormsForUpdate(IdList binIds) Gets the bin forms for updating an existing set of bins.Methods in org.osid.resource.batch with parameters of type BinBatchFormListModifier and TypeMethodDescriptionBinBatchAdminSession.createBins(BinBatchFormList binForms) Creates a new set ofBins.BinBatchAdminSession.updateBins(BinBatchFormList binForms) Updates existing bins.