Uses of Interface
org.osid.forum.ForumQuery
Packages that use ForumQuery
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
-
Uses of ForumQuery in org.osid.forum
Methods in org.osid.forum that return ForumQueryModifier and TypeMethodDescriptionForumQuery.getAncestorForumQuery()Gets the query for a forum.ForumQuery.getDescendantForumQuery()Gets the query for a forum.ForumQuerySession.getForumQuery()Gets a forum query.PostQuery.getForumQuery()Gets the query for a forum query.ReplyQuery.getForumQuery()Gets the query for a forum query.ForumSearchSession.getForumQueryFromInspector(ForumQueryInspector forumQueryInspector) Gets a forum query from an inspector.Methods in org.osid.forum with parameters of type ForumQueryModifier and TypeMethodDescriptionForumQuerySession.getForumsByQuery(ForumQuery forumQuery) Gets a list ofForumsmatching the given search.ForumSearchSession.getForumsBySearch(ForumQuery forumQuery, ForumSearch forumSearch) Gets the search results matching the given search.