Uses of Interface
org.osid.provisioning.batch.PoolBatchFormList
Packages that use PoolBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of PoolBatchFormList in org.osid.provisioning.batch
Methods in org.osid.provisioning.batch that return PoolBatchFormListModifier and TypeMethodDescriptionPoolBatchAdminSession.getPoolFormsForCreate(IdList brokerIdList, Type[] poolRecordTypes) Gets the pool forms for creating a bunch of new pools.PoolBatchAdminSession.getPoolFormsForUpdate(IdList poolIds) Gets the pool forms for updating an existing set of pools.Methods in org.osid.provisioning.batch with parameters of type PoolBatchFormListModifier and TypeMethodDescriptionPoolBatchAdminSession.createPools(PoolBatchFormList poolForms) Creates a new set ofPools.PoolBatchAdminSession.updatePools(PoolBatchFormList poolForms) Updates existing pools.