| Interface | osid.hold.rules.IssueConstrainerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQueryInspector | ||
| Used By | osid.hold.rules.IssueConstrainerEnablerQueryInspector | ||
osid.hold.rules.IssueConstrainerSearchResults | |||
osid.hold.rules.IssueConstrainerSmartOublietteSession | |||
| Description |
This is the query inspector for examining issue constrainer 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 | getIssueConstrainerQueryInspectorRecord | ||
| Description |
Gets the issue constrainer query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | issueConstrainerRecordType | an issue constrainer record type |
| Return | osid.hold.rules.records.IssueConstrainerQueryInspectorRecord | the issue constrainer query inspector record | |
| Errors | NULL_ARGUMENT | issueConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |