Uses of Interface
org.osid.inquiry.AuditQuery
Packages that use AuditQuery
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry
service.
The Open Service Interface Definitions for the org.osid.inquiry.rules
service.
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of AuditQuery in org.osid.inquiry
Methods in org.osid.inquiry that return AuditQueryModifier and TypeMethodDescriptionAuditQuerySession.getAuditQuery()Gets an audit query.AuditSmartInquestSession.getAuditQuery()Gets an audit query.InquestQuery.getAuditQuery()Gets the query for an audit.InquiryQuery.getAuditQuery()Gets the query for anAudit, Multiple retrievals produce a nestedORterm.AuditSearchSession.getAuditQueryFromInspector(AuditQueryInspector auditQueryInspector) Gets an audit query from an inspector.AuditSmartInquestSession.getAuditQueryFromInspector(AuditQueryInspector auditQueryInspector) Gets an audit query from an inspector.Methods in org.osid.inquiry with parameters of type AuditQueryModifier and TypeMethodDescriptionvoidAuditSmartInquestSession.applyAuditQuery(AuditQuery auditQuery) Applies an audit query to this inquest.AuditQuerySession.getAuditsByQuery(AuditQuery auditQuery) Gets a list ofAuditsmatching the given audit query.AuditSearchSession.getAuditsBySearch(AuditQuery auditQuery, AuditSearch auditSearch) Gets the search results matching the given search query using the given search. -
Uses of AuditQuery in org.osid.inquiry.rules
Methods in org.osid.inquiry.rules that return AuditQueryModifier and TypeMethodDescriptionAuditConstrainerQuery.getRuledAuditQuery()Gets the query for an audit.AuditEnablerQuery.getRuledAuditQuery()Gets the query for an audit.AuditProcessorQuery.getRuledAuditQuery()Gets the query for an audit. -
Uses of AuditQuery in org.osid.rules.check
Methods in org.osid.rules.check that return AuditQueryModifier and TypeMethodDescriptionCheckQuery.getInquiryCheckAuditQuery()Gets the query for an audit.