| Interface | osid.transport.EndpointSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Used By | osid.transport.EndpointSearchSession | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getEndpointSearchOrderRecord | ||
| Description |
Gets the endpoint search record corresponding to the
given endpoint record | ||
| Parameters | osid.type.Type | endpointRecordType | a endpoint record type |
| Return | osid.transport.records.EndpointSearchOrderRecord | the endpoint search order record | |
| Errors | NULL_ARGUMENT | endpointRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(endpointRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |