| Interface | osid.provisioning.rules.PoolConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getPoolConstrainers | ||
| Description |
Gets the | ||
| Return | osid.provisioning.rules.PoolConstrainerList | the pool constrainer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.provisioning.rules.PoolConstrainerQueryInspector | the pool constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolConstrainerSearchResultsRecord | ||
| Description |
Gets the pool constrainer search results 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.PoolConstrainerSearchResultsRecord | the pool constrainer search results record | |
| Errors | NULL_ARGUMENT | poolConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(poolConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |