| Interface | osid.hold.BlockQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining block queries. | ||
| Method | getIssueIdTerms | ||
| Description |
Gets the issue | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueTerms | ||
| 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 | getBlockQueryInspectorRecord | ||
| Description |
Gets the block query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | blockRecordType | a block record type |
| Return | osid.hold.records.BlockQueryInspectorRecord | the block query inspector record | |
| Errors | NULL_ARGUMENT | blockRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(blockRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |