Package | Description |
---|---|
org.osid.provisioning.batch |
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
|
Modifier and Type | Method and Description |
---|---|
BrokerBatchFormList |
BrokerBatchAdminSession.getBrokerFormsForCreate(long number,
Type[] brokerRecordTypes)
Gets the broker forms for creating a bunch of new brokers.
|
BrokerBatchFormList |
BrokerBatchAdminSession.getBrokerFormsForUpdate(IdList brokerIds)
Gets the broker forms for updating an existing set of brokers.
|
Modifier and Type | Method and Description |
---|---|
CreateResponseList |
BrokerBatchAdminSession.createBrokers(BrokerBatchFormList brokerForms)
Creates a new set of
Brokers. |
UpdateResponseList |
BrokerBatchAdminSession.updateBrokers(BrokerBatchFormList brokerForms)
Updates existing brokers.
|