| Interface | osid.hold.rules.IssueProcessorEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.hold.rules.IssueProcessorEnablerSearchResults | ||
osid.hold.rules.IssueProcessorEnablerSmartOublietteSession | |||
| Description |
This is the query inspector for examining issue processor enabler queries. | ||
| Method | getRuledIssueProcessorIdTerms | ||
| Description |
Gets the issue processor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledIssueProcessorTerms | ||
| Description |
Gets the issue processor query terms. | ||
| Return | osid.hold.rules.IssueProcessorQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOublietteIdTerms | ||
| Description |
Gets the oubliette | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOublietteTerms | ||
| Description |
Gets the oubliette query terms. | ||
| Return | osid.hold.OublietteQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueProcessorEnablerQueryInspectorRecord | ||
| Description |
Gets the issue processor enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | issueProcessorEnablerRecordType | an issue processor enabler record type |
| Return | osid.hold.rules.records.IssueProcessorEnablerQueryInspectorRecord | the issue processor enabler query inspector record | |
| Errors | NULL_ARGUMENT | issueProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |