OSID Logo
OSID Specifications
relationship package
Version 3.1.0
Interfaceosid.relationship.FamilySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.relationship.FamilySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetFamilySearchOrderRecord
Description

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

Parametersosid.type.TypefamilyRecordType a family record type
Returnosid.relationship.records.FamilySearchOrderRecord the family search order record
ErrorsNULL_ARGUMENT familyRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(familyRecordType) is false
Compliancemandatory This method must be implemented.