| Interface | osid.hold.rules.IssueConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.hold.rules.IssueConstrainerEnablerSearchResults | ||
osid.hold.rules.IssueConstrainerEnablerSmartOublietteSession | |||
| Description |
This is the query inspector for examining issue constrainer enabler queries. | ||
| Method | getRuledIssueConstrainerIdTerms | ||
| Description |
Gets the issue constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledIssueConstrainerTerms | ||
| Description |
Gets the issue constrainer query terms. | ||
| Return | osid.hold.rules.IssueConstrainerQueryInspector[] | 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 | getIssueConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the issue constrainer enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | issueConstrainerEnablerRecordType | an issue constrainer enabler record type |
| Return | osid.hold.rules.records.IssueConstrainerEnablerQueryInspectorRecord | the issue constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |