| Interface | osid.hold.rules.IssueConstrainerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerSearchOrder | ||
| Used By | osid.hold.rules.IssueConstrainerSearchSession | ||
osid.hold.rules.IssueConstrainerSmartOublietteSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getIssueConstrainerSearchOrderRecord | ||
| Description |
Gets the issue constrainer search order record
corresponding to the given issue constrainer record
| ||
| Parameters | osid.type.Type | issueConstrainerRecordType | an issue constrainer record type |
| Return | osid.hold.rules.records.IssueConstrainerSearchOrderRecord | the issue constrainer search order record | |
| Errors | NULL_ARGUMENT | issueConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |