Uses of Interface
org.osid.forum.PostQuery
Packages that use PostQuery
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
-
Uses of PostQuery in org.osid.forum
Methods in org.osid.forum that return PostQueryModifier and TypeMethodDescriptionForumQuery.getPostQuery()Gets the query for a post query.PostQuerySession.getPostQuery()Gets a post query.PostSmartForumSession.getPostQuery()Gets a post query.ReplyQuery.getPostQuery()Gets the query for a post query.PostSearchSession.getPostQueryFromInspector(PostQueryInspector postQueryInspector) Gets an entry query from an inspector.PostSmartForumSession.getPostQueryFromInspector(PostQueryInspector postQueryInspector) Gets a post query from an inspector.Methods in org.osid.forum with parameters of type PostQueryModifier and TypeMethodDescriptionvoidPostSmartForumSession.applyPostQuery(PostQuery postQuery) Applies a post query to this forum.PostQuerySession.getPostsByQuery(PostQuery postQuery) Gets a list ofPostsmatching the given search.PostSearchSession.getPostsBySearch(PostQuery postQuery, PostSearch postSearch) Gets the search results matching the given search.