Package | Description |
---|---|
org.osid.provisioning |
The Open Service Interface Definitions for the org.osid.provisioning
service.
|
org.osid.provisioning.batch |
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
|
Modifier and Type | Method and Description |
---|---|
PoolForm |
PoolAdminSession.getPoolFormForCreate(Id brokerId,
Type[] poolRecordTypes)
Gets the pool form for creating new pools.
|
PoolForm |
PoolAdminSession.getPoolFormForUpdate(Id poolId)
Gets the pool form for updating an existing pool.
|
Modifier and Type | Method and Description |
---|---|
Pool |
PoolAdminSession.createPool(PoolForm poolForm)
Creates a new
Pool. |
void |
PoolAdminSession.updatePool(PoolForm poolForm)
Updates an existing pool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PoolBatchForm
This is the form for creating and updating pools in bulk.
|