Interface | osid.inquiry.AuditQueryInspector | ||
---|---|---|---|
Implements | osid.OsidGovernatorQueryInspector | ||
Description |
This is the query inspector for examning audit queries. | ||
Method | getInquiryIdTerms | ||
Description |
Gets the inquiry | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInquiryTerms | ||
Description |
Gets the inquiry query terms. | ||
Return | osid.inquiry.InquiryQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInquestIdTerms | ||
Description |
Gets the inquest | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInquestTerms | ||
Description |
Gets the inquest query terms. | ||
Return | osid.inquiry.InquestQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuditQueryInspectorRecord | ||
Description |
Gets the audit query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | auditRecordType | an audit record type |
Return | osid.inquiry.records.AuditQueryInspectorRecord | the audit query inspector record | |
Errors | NULL_ARGUMENT | auditRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auditRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |