Uses of Interface
org.osid.blogging.EntryQuery
Packages that use EntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.blogging
service.
-
Uses of EntryQuery in org.osid.blogging
Methods in org.osid.blogging that return EntryQueryModifier and TypeMethodDescriptionBlogQuery.getEntryQuery()Gets the query for an entry.EntryQuerySession.getEntryQuery()Gets an entry query.EntrySmartBlogSession.getEntryQuery()Gets an entry query.EntrySearchSession.getEntryQueryFromInspector(EntryQueryInspector entryQueryInspector) Gets an entry query from an inspector.EntrySmartBlogSession.getEntryQueryFromInspector(EntryQueryInspector entryQueryInspector) Gets an entry query from an inspector.Methods in org.osid.blogging with parameters of type EntryQueryModifier and TypeMethodDescriptionvoidEntrySmartBlogSession.applyEntryQuery(EntryQuery entryQuery) Applies an entry query to this blog.EntryQuerySession.getEntriesByQuery(EntryQuery entryQuery) Gets a list ofEntriesmatching the given search.EntrySearchSession.getEntriesBySearch(EntryQuery entryQuery, EntrySearch entrySearch) Gets the search results matching the given search query using the given search.