Uses of Interface
org.osid.inquiry.AuditList
Packages that use AuditList
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.
-
Uses of AuditList in org.osid.inquiry
Methods in org.osid.inquiry that return AuditListModifier and TypeMethodDescriptionAuditLookupSession.getAudits()Gets allAudits.AuditSearchResults.getAudits()Gets the audit list resulting from a search.AuditLookupSession.getAuditsByGenusType(Type auditGenusType) Gets anAuditListcorresponding to the given audit genusTypewhich does not include audits of genus types derived from the specifiedType.AuditLookupSession.getAuditsByIds(IdList auditIds) Gets anAuditListcorresponding to the givenIdList.AuditInquestSession.getAuditsByInquest(Id inquestId) Gets the list of audits associated with aInquest.AuditInquestSession.getAuditsByInquests(IdList inquestIds) Gets the list of audits corresponding to a list ofInquests.AuditLookupSession.getAuditsByParentGenusType(Type auditGenusType) Gets anAuditListcorresponding to the given audit genusTypeand include any additional audits with genus types derived from the specifiedType.AuditLookupSession.getAuditsByProvider(Id resourceId) Gets anAuditListby provider.AuditQuerySession.getAuditsByQuery(AuditQuery auditQuery) Gets a list ofAuditsmatching the given audit query.AuditLookupSession.getAuditsByRecordType(Type auditRecordType) Gets anAuditListcontaining the given audit recordType. -
Uses of AuditList in org.osid.inquiry.rules
Methods in org.osid.inquiry.rules that return AuditListModifier and TypeMethodDescriptionAuditConstrainerRuleLookupSession.getAuditsForAuditConstrainer(Id auditConstrainerId) Gets theAuditsmapped to anAuditConstrainer.AuditEnablerRuleLookupSession.getAuditsForAuditEnabler(Id auditEnablerId) Gets theAuditsmapped to anAuditEnabler.AuditProcessorRuleLookupSession.getAuditsForAuditProcessor(Id auditProcessorId) Gets theAuditsmapped to anAuditProcessor.