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