| Package | Description |
|---|---|
| org.osid.forum |
The Open Service Interface Definitions for the org.osid.forum
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PostSearchSession
This session provides methods for searching
Post
objects. |
| Modifier and Type | Method and Description |
|---|---|
PostQuerySession |
ForumManager.getPostQuerySession()
Gets the
OsidSession associated with the post query
service. |
PostQuerySession |
ForumProxyManager.getPostQuerySession(Proxy proxy)
Gets the
OsidSession associated with the post query
service. |
PostQuerySession |
ForumManager.getPostQuerySessionForForum(Id forumId)
Gets the
OsidSession associated with the post query
service for the given forum. |
PostQuerySession |
ForumProxyManager.getPostQuerySessionForForum(Id forumId,
Proxy proxy)
Gets the
OsidSession associated with the post query
service for the given forum. |