| Interface | osid.hold.IssueQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining issue queries. | ||
| Method | getBureauIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBureauTerms | ||
| Description |
Gets the resource query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBlockIdTerms | ||
| Description |
Gets the block | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBlockTerms | ||
| Description |
Gets the block query terms. | ||
| Return | osid.hold.BlockQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getHoldIdTerms | ||
| Description |
Gets the hold query terms. | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getHoldTerms | ||
| Description |
Gets the hold query terms. | ||
| Return | osid.hold.HoldQueryInspector[] | 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 | getIssueQueryInspectorRecord | ||
| Description |
Gets the issue query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | issueRecordType | an issue record type |
| Return | osid.hold.records.IssueQueryInspectorRecord | the issue query inspector record | |
| Errors | NULL_ARGUMENT | issueRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(issueRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |