Uses of Interface
org.osid.provisioning.batch.BrokerBatchFormList
Packages that use BrokerBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of BrokerBatchFormList in org.osid.provisioning.batch
Methods in org.osid.provisioning.batch that return BrokerBatchFormListModifier and TypeMethodDescriptionBrokerBatchAdminSession.getBrokerFormsForCreate(long number, Type[] brokerRecordTypes) Gets the broker forms for creating a bunch of new brokers.BrokerBatchAdminSession.getBrokerFormsForUpdate(IdList brokerIds) Gets the broker forms for updating an existing set of brokers.Methods in org.osid.provisioning.batch with parameters of type BrokerBatchFormListModifier and TypeMethodDescriptionBrokerBatchAdminSession.createBrokers(BrokerBatchFormList brokerForms) Creates a new set ofBrokers.BrokerBatchAdminSession.updateBrokers(BrokerBatchFormList brokerForms) Updates existing brokers.