| Interface | osid.provisioning.rules.PoolConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing pool constrainer searches. | ||
| Method | searchAmongPoolConstrainers | ||
| Description |
Execute this search among the given list of pool constrainers. | ||
| Parameters | osid.id.IdList | distributorIds | list of pool constrainers |
| Errors | NULL_ARGUMENT | distributorIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderPoolConstrainerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.provisioning.rules.PoolConstrainerSearchOrder | poolConstrainerSearchOrder | pool constrainer search order |
| Errors | NULL_ARGUMENT | poolConstrainerSearchOrder is null | |
| UNSUPPORTED | poolConstrainerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolConstrainerSearchRecord | ||
| Description |
Gets the pool constrainer search record corresponding
to the given pool constrainer search record | ||
| Parameters | osid.type.Type | poolConstrainerSearchRecordType | a pool constrainer search record type |
| Return | osid.provisioning.rules.records.PoolConstrainerSearchRecord | the pool constrainer search record | |
| Errors | NULL_ARGUMENT | poolConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |