Uses of Interface
org.osid.blogging.BlogQuery
Packages that use BlogQuery
Package
Description
The Open Service Interface Definitions for the org.osid.blogging
service.
-
Uses of BlogQuery in org.osid.blogging
Methods in org.osid.blogging that return BlogQueryModifier and TypeMethodDescriptionBlogQuery.getAncestorBlogQuery()Gets the query for a blog.BlogQuerySession.getBlogQuery()Gets a blog query.EntryQuery.getBlogQuery()Gets the query for a blog.BlogSearchSession.getBlogQueryFromInspector(BlogQueryInspector blogQueryInspector) Gets a blog query from an inspector.BlogQuery.getDescendantBlogQuery()Gets the query for a blog.Methods in org.osid.blogging with parameters of type BlogQueryModifier and TypeMethodDescriptionBlogQuerySession.getBlogsByQuery(BlogQuery blogQuery) Gets a list ofBlogsmatching the given search.BlogSearchSession.getBlogsBySearch(BlogQuery blogQuery, BlogSearch blogSearch) Gets the search results matching the given search query using the given search.