OSID Logo
OSID Specifications
mapping route package
Version 3.1.0
Interfaceosid.mapping.route.RouteSearch
Implementsosid.OsidSearch
Used Byosid.mapping.route.RouteSearchSession
Description

The search interface for governing route searches.

MethodsearchAmongRoutes
Description

Execute this search among the given list of routes.

Parametersosid.id.IdListrouteIds list of routes
ErrorsNULL_ARGUMENT routeIds is null
Compliancemandatory This method must be implemented.
MethodorderRouteResults
Description

Specify an ordering to the search results.

Parametersosid.mapping.route.RouteSearchOrderrouteSearchOrder route search order
ErrorsNULL_ARGUMENT routeSearchOrder is null
UNSUPPORTED routeSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetRouteSearchRecord
Description

Gets the route search record corresponding to the given route search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TyperouteSearchRecordType a route search record type
Returnosid.mapping.route.records.RouteSearchRecord the route search record
ErrorsNULL_ARGUMENT routeSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(routeSearchRecordType) is false
Compliancemandatory This method must be implemented.