OSID Logo
OSID Specifications
relationship rules package
Version 3.1.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.TyperelationshipEnablerRecordType a relationship enabler record type
Returnosid.relationship.rules.records.RelationshipEnablerSearchOrderRecord the relationship enabler search order record
ErrorsNULL_ARGUMENT relationshipEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(relationshipEnablerRecordType) is false
Compliancemandatory This method must be implemented.