Uses of Interface
org.osid.inquiry.rules.AuditEnablerList
Packages that use AuditEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry.rules
service.
-
Uses of AuditEnablerList in org.osid.inquiry.rules
Methods in org.osid.inquiry.rules that return AuditEnablerListModifier and TypeMethodDescriptionAuditConstrainerEnablerLookupSession.getAuditConstrainerEnablersByParentGenusType(Type auditConstrainerEnablerGenusType) Gets anAuditConstrainerEnablerListcorresponding to the given audit constrainer enabler genusTypeand include any additional audit constrainer enablers with genus types derived from the specifiedType.AuditEnablerLookupSession.getAuditEnablers()Gets allAuditEnablers.AuditEnablerSearchResults.getAuditEnablers()Gets theAuditEnablerListresulting from a search.AuditEnablerLookupSession.getAuditEnablersByGenusType(Type auditEnablerGenusType) Gets anAuditEnablerListcorresponding to the given audit enabler genusTypewhich does not include audit enablers of genus types derived from the specifiedType.AuditEnablerLookupSession.getAuditEnablersByIds(IdList auditEnablerIds) Gets anAuditEnablerListcorresponding to the givenIdList.AuditEnablerInquestSession.getAuditEnablersByInquest(Id inquestId) Gets the list of audit enablers associated with anInquest.AuditEnablerInquestSession.getAuditEnablersByInquests(IdList inquestIds) Gets the list of audit enablers corresponding to a list ofInquests.AuditEnablerLookupSession.getAuditEnablersByParentGenusType(Type auditEnablerGenusType) Gets anAuditEnablerListcorresponding to the given audit enabler genusTypeand include any additional audit enablers with genus types derived from the specifiedType.AuditEnablerQuerySession.getAuditEnablersByQuery(AuditEnablerQuery auditEnablerQuery) Gets a list ofAuditEnablersmatching the given search.AuditEnablerLookupSession.getAuditEnablersByRecordType(Type auditEnablerRecordType) Gets anAuditEnablerListcontaining the given audit enabler recordType.AuditEnablerRuleLookupSession.getAuditEnablersForAudit(Id auditId) Gets theAuditEnablersassociated with anAudit.AuditEnablerLookupSession.getAuditEnablersOnDate(DateTime from, DateTime to) Gets anAuditEnablerListthat are effective for the entire given date range but not confined to the date range.AuditEnablerLookupSession.getAuditEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anAuditEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.