OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.PathSearch
Implementsosid.OsidSearch
Used Byosid.mapping.path.PathSearchSession
Description

The search interface for governing path searches.

MethodsearchAmongPaths
Description

Execute this search among the given list of paths.

Parametersosid.id.IdListpathIds list of paths
ErrorsNULL_ARGUMENT pathIds is null
Compliancemandatory This method must be implemented.
MethodorderPathResults
Description

Specify an ordering to the search results.

Parametersosid.mapping.path.PathSearchOrderpathSearchOrder path search order
ErrorsNULL_ARGUMENT pathSearchOrder is null
UNSUPPORTED pathSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPathSearchRecord
Description

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

Parametersosid.type.TypepathSearchRecordType a path search record type
Returnosid.mapping.path.records.PathSearchRecord the path search record
ErrorsNULL_ARGUMENT pathSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pathSearchRecordType) is false
Compliancemandatory This method must be implemented.