Uses of Interface
org.osid.provisioning.PoolForm
Packages that use PoolForm
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 PoolForm in org.osid.provisioning
Methods in org.osid.provisioning that return PoolFormModifier and TypeMethodDescriptionPoolAdminSession.getPoolFormForCreate(Id brokerId, Type[] poolRecordTypes) Gets the pool form for creating new pools.PoolAdminSession.getPoolFormForUpdate(Id poolId) Gets the pool form for updating an existing pool.Methods in org.osid.provisioning with parameters of type PoolFormModifier and TypeMethodDescriptionPoolAdminSession.createPool(PoolForm poolForm) Creates a newPool.voidPoolAdminSession.updatePool(PoolForm poolForm) Updates an existing pool. -
Uses of PoolForm in org.osid.provisioning.batch
Subinterfaces of PoolForm in org.osid.provisioning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating pools in bulk.