Uses of Interface
org.osid.provisioning.BrokerForm
Packages that use BrokerForm
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of BrokerForm in org.osid.provisioning
Methods in org.osid.provisioning that return BrokerFormModifier and TypeMethodDescriptionBrokerAdminSession.getBrokerFormForCreate(Type[] brokerRecordTypes) Gets the broker form for creating new brokers.BrokerAdminSession.getBrokerFormForUpdate(Id brokerId) Gets the broker form for updating an existing broker.Methods in org.osid.provisioning with parameters of type BrokerFormModifier and TypeMethodDescriptionBrokerAdminSession.createBroker(BrokerForm brokerForm) Creates a newBroker.voidBrokerAdminSession.updateBroker(BrokerForm brokerForm) Updates an existing broker. -
Uses of BrokerForm in org.osid.provisioning.batch
Subinterfaces of BrokerForm in org.osid.provisioning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating brokers in bulk.