Uses of Interface
org.osid.installation.batch.DepotBatchFormList
Packages that use DepotBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.installation.batch
service.
-
Uses of DepotBatchFormList in org.osid.installation.batch
Methods in org.osid.installation.batch that return DepotBatchFormListModifier and TypeMethodDescriptionDepotBatchAdminSession.getDepotFormsForCreate(long number, Type[] depotRecordTypes) Gets the depot forms for creating a bunch of new depots.DepotBatchAdminSession.getDepotFormsForUpdate(IdList depotIds) Gets the depot forms for updating an existing set of depots.Methods in org.osid.installation.batch with parameters of type DepotBatchFormListModifier and TypeMethodDescriptionDepotBatchAdminSession.createDepots(DepotBatchFormList depotForms) Creates a new set ofDepots.DepotBatchAdminSession.updateDepots(DepotBatchFormList depotForms) Updates existing depots.