OSID Logo
OSID Specifications
mapping route package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.route.RouteSearch
Implementsosid.OsidSearch
Description

The search interface for governing route searches.

MethodsearchAmongRoutes
Description

Execute this search among the given list of routes.

Parametersosid.id.IdListrouteIdslist of routes
ErrorsNULL_ARGUMENT routeIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRouteResults
Description

Specify an ordering to the search results.

Parametersosid.mapping.route.RouteSearchOrderrouteSearchOrderroute search order
ErrorsNULL_ARGUMENT routeSearchOrder is null
UNSUPPORTED routeSearchOrder is not of this service
CompliancemandatoryThis 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.TyperouteSearchRecordTypea route search record type
Returnosid.mapping.route.records.RouteSearchRecordthe route search record
ErrorsNULL_ARGUMENT routeSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(routeSearchRecordType) is false
CompliancemandatoryThis method must be implemented.