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