| Interface | osid.topology.rules.EdgeEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getEdgeEnablers | ||
| Description |
Gets the | ||
| Return | osid.topology.rules.EdgeEnablerList | the edge enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEdgeEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.topology.rules.EdgeEnablerQueryInspector | the edge enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEdgeEnablerSearchResultsRecord | ||
| Description |
Gets the edge enabler search results record
corresponding to the given edge enabler search record
| ||
| Parameters | osid.type.Type | edgeEnablerSearchRecordType | an edge enabler search record type |
| Return | osid.topology.rules.records.EdgeEnablerSearchResultsRecord | the edge enabler search results record | |
| Errors | NULL_ARGUMENT | edgeEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(edgeEnablerSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |