OSID Logo
OSID Specifications
relationship rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.relationship.rules.RelationshipEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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_ARGUMENT relationshipEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(relationshipEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.