OSID Logo
OSID Specifications
filing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.filing.DirectorySearchOrder
Implementsosid.OsidCatalogSearchOrder
osid.filing.DirectoryEntrySearchOrder
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_ARGUMENT directoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(directoryRecordType) is false
CompliancemandatoryThis method must be implemented.