public interface AuditQueryInspector extends OsidGovernatorQueryInspector
This is the query inspector for examning audit queries.
| Modifier and Type | Method and Description |
|---|---|
AuditQueryInspectorRecord |
getAuditQueryInspectorRecord(Type auditRecordType)
Gets the audit query inspector record corresponding to the given
Audit record Type. |
IdTerm[] |
getInquestIdTerms()
Gets the inquest
Id query terms. |
InquestQueryInspector[] |
getInquestTerms()
Gets the inquest query terms.
|
IdTerm[] |
getInquiryIdTerms()
Gets the inquiry
Id query terms. |
InquiryQueryInspector[] |
getInquiryTerms()
Gets the inquiry query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getInquiryIdTerms()
Id query terms.mandatory - This method must be implemented. InquiryQueryInspector[] getInquiryTerms()
mandatory - This method must be implemented. IdTerm[] getInquestIdTerms()
Id query terms.mandatory - This method must be implemented. InquestQueryInspector[] getInquestTerms()
mandatory - This method must be implemented. AuditQueryInspectorRecord getAuditQueryInspectorRecord(Type auditRecordType) throws OperationFailedException
Audit record Type. auditRecordType - an audit record typeNullArgumentException - auditRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auditRecordType) is false mandatory - This method must be implemented.