Uses of Interface
org.osid.logging.LogEntryList
Packages that use LogEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.logging
service.
-
Uses of LogEntryList in org.osid.logging
Methods in org.osid.logging that return LogEntryListModifier and TypeMethodDescriptionLogEntryLookupSession.getLogEntries()Gets all log entries.LogEntrySearchResults.getLogEntries()Gets the log entry list resulting from a search.LogEntryLookupSession.getLogEntriesByDate(DateTime start, DateTime end) Gets aLogEntryListcorresponding to the given time interval inclusive.LogEntryLookupSession.getLogEntriesByDateForResource(Id resourceId, DateTime start, DateTime end) Gets aLogEntryListcorresponding to the given time interval inclusive for an agent associated with the given resource.LogEntryLookupSession.getLogEntriesByGenusType(Type logEntryGenusType) Gets aLogEntryListcorresponding to the given log entry genusTypewhich doe snot include entries of genus types derived form the specifiedType.In plenary mode, the returned list contains all known entries or an error results.LogEntryLookupSession.getLogEntriesByIds(IdList logEntryIds) Gets aLogEntryListcorresponding to the givenIdList.LogEntryLogSession.getLogEntriesByLog(Id logId) Gets the list of log entries associated with aLog.LogEntryLogSession.getLogEntriesByLog(IdList logIds) Gets the list of log entries corresponding to a list ofLog.LogEntryLookupSession.getLogEntriesByParentGenusType(Type logEntryGenusType) Gets aLogEntryListcorresponding to the given log entry genusTypeand include any additional entries with genus types derived from the specifiedType.In plenary mode, the returned list contains all known entries or an error results.LogEntryLookupSession.getLogEntriesByPriorityType(Type priorityType) Gets aLogEntryListfiltering the list to log entries including and above the given priorityType.LogEntryLookupSession.getLogEntriesByPriorityTypeAndDate(Type priorityType, DateTime start, DateTime end) Gets aLogEntryListcorresponding to the given time interval inclusive filtering the list to log entries including and above the given priorityType.LogEntryLookupSession.getLogEntriesByPriorityTypeAndDateForResource(Id resourceId, Type priorityType, DateTime start, DateTime end) Gets aLogEntryListcorresponding to the given time interval inclusive for an agent associated with the given resource filtering the list to log entries including and above the given priorityType.In plenary mode, the returned list contains all known entries or an error results.LogEntryQuerySession.getLogEntriesByQuery(LogEntryQuery logEntryQuery) Gets a list of log entries matching the given log entry queryLogEntryLookupSession.getLogEntriesByRecordType(Type logEntryGenusType) Gets aLogEntryListcontaining the given log entry recordType.LogEntryLookupSession.getLogEntriesForResource(Id resourceId) Gets aLogEntryListfor an agent associated with the given resource.