| Interface | osid.provisioning.rules.PoolConstrainerEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing pool constrainer enabler searches. | ||
| Method | searchAmongPoolConstrainerEnablers | ||
| Description |
Execute this search among the given list of pool constrainer enablers. | ||
| Parameters | osid.id.IdList | poolConstrainerEnablerIds | list of pool constrainer enablers |
| Errors | NULL_ARGUMENT | poolConstrainerEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderPoolConstrainerEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.provisioning.rules.PoolConstrainerEnablerSearchOrder | poolConstrainerEnablerSearchOrder | pool constrainer enabler search order |
| Errors | NULL_ARGUMENT | poolConstrainerEnablerSearchOrder is null | |
| UNSUPPORTED | poolConstrainerEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolConstrainerEnablerSearchRecord | ||
| Description |
Gets the pool constrainer enabler search record
corresponding to the given pool constrainer enabler search
record | ||
| Parameters | osid.type.Type | poolConstrainerEnablerSearchRecordType | a pool constrainer enabler search record type |
| Return | osid.provisioning.rules.records.PoolConstrainerEnablerSearchRecord | the pool constrainer enabler search record | |
| Errors | NULL_ARGUMENT | poolConstrainerEnablerSearchRecordType is null
| |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |