Uses of Interface
org.osid.tracking.LogEntryList
Packages that use LogEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
-
Uses of LogEntryList in org.osid.tracking
Methods in org.osid.tracking that return LogEntryListModifier and TypeMethodDescriptionLogEntryLookupSession.getLogEntries()Gets allLogEntries.LogEntryLookupSession.getLogEntriesByDate(DateTime from, DateTime to) Gets a list of log entries logged in the date range.LogEntryLookupSession.getLogEntriesByDateForIssue(Id issueId, DateTime from, DateTime to) Gets a list of log entries logged in the date range in the given issue.LogEntryLookupSession.getLogEntriesByDateForQueue(Id queueId, DateTime from, DateTime to) Gets a list of log entries logged in the date range in the given queue.LogEntryLookupSession.getLogEntriesByGenusType(Type logEntryGenusType) Gets aLogEntryListcorresponding to the given log entry genusTypewhich does not include log entries of genus types derived from the specifiedType.In plenary mode, the returned list contains all known log entries or an error results.LogEntryLookupSession.getLogEntriesByIds(IdList logEntryIds) Gets aLogEntryListcorresponding to the givenIdList.LogEntryLookupSession.getLogEntriesByParentGenusType(Type logEntryGenusType) Gets aLogEntryListcorresponding to the given log entry genusTypeand include any additional log entries with genus types derived from the specifiedType.In plenary mode, the returned list contains all known log entries or an error results.LogEntryLookupSession.getLogEntriesByRecordType(Type logEntryRecordType) Gets aLogEntryListcontaining the given log entry recordType.LogEntryLookupSession.getLogEntriesForIssue(Id issueId) Gets aLogEntryListconnected to the givenIssue.LogEntryLookupSession.getLogEntriesForQueue(Id queueId) Gets aLogEntryListin the givenQueue.