OSID Logo
OSID Specifications
transport package
Version 3.1.0
Interfaceosid.transport.EndpointSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.transport.EndpointSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetEndpointSearchOrderRecord
Description

Gets the endpoint search record corresponding to the given endpoint record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeendpointRecordType a endpoint record type
Returnosid.transport.records.EndpointSearchOrderRecord the endpoint search order record
ErrorsNULL_ARGUMENT endpointRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(endpointRecordType) is false
Compliancemandatory This method must be implemented.