| Interface | osid.hold.rules.IssueEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.hold.rules.IssueEnablerSearchResults | ||
osid.hold.rules.IssueEnablerSmartOublietteSession | |||
| Description |
This is the query inspector for examining issue enabler queries. | ||
| Method | getRuledIssueIdTerms | ||
| Description |
Gets the issue | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledIssueTerms | ||
| Description |
Gets the issue query terms. | ||
| Return | osid.hold.IssueQueryInspector[] | 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 | getIssueEnablerQueryInspectorRecord | ||
| Description |
Gets the issue enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | issueEnablerRecordType | an issue enabler record type |
| Return | osid.hold.rules.records.IssueEnablerQueryInspectorRecord | the issue enabler query inspector record | |
| Errors | NULL_ARGUMENT | issueEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |