| Interface | osid.hold.rules.IssueProcessorEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.hold.rules.IssueProcessorEnablerSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getIssueProcessorEnablers | ||
| Description |
Gets the issue processor enabler list resulting from a search. | ||
| Return | osid.hold.rules.IssueProcessorEnablerList | the issue processor enabler list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueProcessorEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.hold.rules.IssueProcessorEnablerQueryInspector | the issue processor enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueProcessorEnablerSearchResultsRecord | ||
| Description |
Gets the issue processor enabler search results record
corresponding to the given issue processor enabler search
record | ||
| Parameters | osid.type.Type | issueProcessorEnablerSearchRecordType | an issue processor enabler search record type |
| Return | osid.hold.rules.records.IssueProcessorEnablerSearchResultsRecord | the issue processor enabler search results record | |
| Errors | NULL_ARGUMENT | issueProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |