OSID Logo
OSID Specifications
filing package
Version 3.1.0
Interfaceosid.filing.DirectorySearchOrder
Implementsosid.OsidCatalogSearchOrder
osid.filing.DirectoryEntrySearchOrder
Used Byosid.filing.DirectorySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetDirectorySearchOrderRecord
Description

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

Parametersosid.type.TypedirectoryRecordType a directory record type
Returnosid.filing.records.DirectorySearchOrderRecord the directory search order record
ErrorsNULL_ARGUMENT directoryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(directoryRecordType) is false
Compliancemandatory This method must be implemented.