Interface | osid.relationship.rules.RelationshipEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getRelationshipEnablerSearchOrderRecord | ||
Description |
Gets the relationship enabler search order record
corresponding to the given relationship enabler record
| ||
Parameters | osid.type.Type | relationshipEnablerRecordType | a relationship enabler record type |
Return | osid.relationship.rules.records.RelationshipEnablerSearchOrderRecord | the relationship enabler search order record | |
Errors | NULL_ARGUMENT | relationshipEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(relationshipEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |