OSID Logo
OSID Specifications
filing package
Version 3.0.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.TypedirectoryRecordTypea directory record type
Returnosid.filing.records.DirectorySearchOrderRecordthe directory search order record
ErrorsNULL_ARGUMENTdirectoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(directoryRecordType) is false
CompliancemandatoryThis method must be implemented.