Package | Description |
---|---|
org.osid.forum |
The Open Service Interface Definitions for the org.osid.forum
service.
|
Modifier and Type | Method and Description |
---|---|
PostQueryInspector |
PostSearchResults.getPostQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
PostQueryInspector[] |
ForumQueryInspector.getPostTerms()
Gets the post terms.
|
PostQueryInspector |
PostSmartForumSession.inspectPostQuery()
Gets a post query inspector for this forum.
|
Modifier and Type | Method and Description |
---|---|
PostQuery |
PostSearchSession.getPostQueryFromInspector(PostQueryInspector postQueryInspector)
Gets an entry query from an inspector.
|
PostQuery |
PostSmartForumSession.getPostQueryFromInspector(PostQueryInspector postQueryInspector)
Gets a post query from an inspector.
|