| Interface | osid.hold.rules.IssueConstrainerEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.hold.rules.IssueConstrainerEnablerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getIssueConstrainerEnablers | ||
| Description |
Gets the issue constrainer enabler list resulting from a search. | ||
| Return | osid.hold.rules.IssueConstrainerEnablerList | the issue constrainer enabler list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.hold.rules.IssueConstrainerEnablerQueryInspector | the issue constrainer enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablerSearchResultsRecord | ||
| Description |
Gets the issue constrainer enabler search results
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.IssueConstrainerEnablerSearchResultsRecord | the issue constrainer enabler search results 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. | |