| Interface | osid.hold.rules.IssueConstrainerEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.hold.rules.IssueConstrainerEnablerSearchSession | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getIssueConstrainerEnablerSearchOrderRecord | ||
| Description |
Gets the issue constrainer enabler search order record
corresponding to the given issue constrainer enabler
record | ||
| Parameters | osid.type.Type | issueConstrainerEnablerRecordType | an issue constrainer enabler record type |
| Return | osid.hold.rules.records.IssueConstrainerEnablerSearchOrderRecord | the issue constrainer enabler search order record | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |