Uses of Interface
org.osid.journaling.JournalList
Packages that use JournalList
Package
Description
The Open Service Interface Definitions for the org.osid.journaling
service.
-
Uses of JournalList in org.osid.journaling
Methods in org.osid.journaling that return JournalListModifier and TypeMethodDescriptionJournalHierarchySession.getChildJournals(Id journalId) Gets the child journals of the givenid.JournalLookupSession.getJournals()Gets allJournals.JournalSearchResults.getJournals()Gets the journal list resulting from a search.JournalLookupSession.getJournalsByGenusType(Type journalGenusType) Gets aJournalListcorresponding to the given journal genusTypewhich does not include journals of genus types derived from the specifiedType.JournalLookupSession.getJournalsByIds(IdList journalIds) Gets aJournalListcorresponding to the givenIdList.JournalLookupSession.getJournalsByParentGenusType(Type journalGenusType) Gets aJournalListcorresponding to the given journal genusTypeand include any additional journals with genus types derived from the specifiedType.JournalLookupSession.getJournalsByProvider(Id resourceId) Gets aJournalListfor the given provider.JournalQuerySession.getJournalsByQuery(JournalQuery journalQuery) Gets a list ofJournalsmatching the given search.JournalLookupSession.getJournalsByRecordType(Type journalRecordType) Gets aJournalListcontaining the given journal recordType.JournalHierarchySession.getParentJournals(Id journalId) Gets the parent journals of the givenid.JournalHierarchySession.getRootJournals()Gets the root journals in the journal hierarchy.