| Interface | osid.hold.rules.IssueConstrainerEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.hold.rules.IssueConstrainerEnablerSearchSession | ||
| Description |
The search interface for governing issue constrainer enabler searches. | ||
| Method | searchAmongIssueConstrainerEnablers | ||
| Description |
Execute this search among the given list of issue constrainer enablers. | ||
| Parameters | osid.id.IdList | issueConstrainerEnablerIds | list of issue constrainer enablers |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderIssueConstrainerEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerSearchOrder | issueConstrainerEnablerSearchOrder | issue constrainer enabler search order |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerSearchOrder is null | |
| UNSUPPORTED | issueConstrainerEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablerSearchRecord | ||
| Description |
Gets the issue constrainer enabler search record
corresponding to the given issue constrainer enabler
search record | ||
| Parameters | osid.type.Type | issueConstrainerEnablerSearchRecordType | an issue constrainer enabler search record type |
| Return | osid.hold.rules.records.IssueConstrainerEnablerSearchRecord | the issue constrainer enabler search record | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |