| Interface | osid.provisioning.Provisionable | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Description |
An | ||
| Method | getPoolId | ||
| Description |
Gets the pool | ||
| Return | osid.id.Id | the pool Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPool | ||
| Description |
Gets the pool. | ||
| Return | osid.provisioning.Pool | the pool | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description |
Gets the resource | ||
| Return | osid.id.Id | the resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResource | ||
| Description |
Gets the resource. | ||
| Return | osid.resource.Resource | the resource | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getUse | ||
| Description |
Gets the number of times this provisionable has been provisioned. | ||
| Return | cardinal | the position | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionableRecord | ||
| Description |
Gets the provisionable record corresponding to the
given | ||
| Parameters | osid.type.Type | provisionableRecordType | the type of provisionable record to retrieve |
| Return | osid.provisioning.records.ProvisionableRecord | the provisionable record | |
| Errors | NULL_ARGUMENT | provisionableRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(provisionableRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |