OSID Logo
OSID Specifications
relationship rules package
Version 3.0.0
Interfaceosid.relationship.rules.RelationshipEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.relationship.rules.RelationshipEnablerSearchSession
osid.relationship.rules.RelationshipEnablerSmartFamilySession
Description

An interface for specifying the ordering of search results.

MethodgetRelationshipEnablerSearchOrderRecord
Description

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

Parametersosid.type.TyperelationshipEnablerRecordTypea relationship enabler record type
Returnosid.relationship.rules.records.RelationshipEnablerSearchOrderRecordthe relationship enabler search order record
ErrorsNULL_ARGUMENTrelationshipEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(relationshipEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.