Uses of Interface
org.osid.logging.LogList
Packages that use LogList
Package
Description
The Open Service Interface Definitions for the org.osid.logging
service.
-
Uses of LogList in org.osid.logging
Methods in org.osid.logging that return LogListModifier and TypeMethodDescriptionLogHierarchySession.getChildLogs(Id logId) Gets the child logs of the givenid.LogLookupSession.getLogs()Gets allLogs.LogSearchResults.getLogs()Gets the log list resulting from a search.LogLookupSession.getLogsByGenusType(Type logGenusType) Gets aLogListcorresponding to the given log genusTypewhich does not include logs of genus types derived from the specifiedType.LogLookupSession.getLogsByIds(IdList logIds) Gets aLogListcorresponding to the givenIdList.LogEntryLogSession.getLogsByLogEntry(Id logEntryId) Gets the list ofLogobjects mapped to aLogEntry.LogLookupSession.getLogsByParentGenusType(Type logGenusType) Gets aLogListcorresponding to the given log genusTypeand include any additional logs with genus types derived from the specifiedType.LogLookupSession.getLogsByProvider(Id resourceId) Gets aLogListfor a given provider.LogQuerySession.getLogsByQuery(LogQuery logQuery) Gets a list ofLogsmatching the given log query.LogLookupSession.getLogsByRecordType(Type logRecordType) Gets aLogListcontaining the given log recordType.LogHierarchySession.getParentLogs(Id logId) Gets the parent logs of the givenid.LogHierarchySession.getRootLogs()Gets the root logs in the log hierarchy.