Package | Description |
---|---|
org.osid.forum |
The Open Service Interface Definitions for the org.osid.forum
service.
|
org.osid.forum.batch |
The Open Service Interface Definitions for the org.osid.forum.batch
service.
|
Modifier and Type | Method and Description |
---|---|
PostAdminSession |
ForumManager.getPostAdminSession()
Gets the
OsidSession associated with the post
administrative service. |
PostAdminSession |
ForumProxyManager.getPostAdminSession(Proxy proxy)
Gets the
OsidSession associated with the post
administrative service. |
PostAdminSession |
ForumManager.getPostAdminSessionForForum(Id forumId)
Gets the
OsidSession associated with the post
administrative service for the given forum. |
PostAdminSession |
ForumProxyManager.getPostAdminSessionForForum(Id forumId,
Proxy proxy)
Gets the
OsidSession associated with the post
administration service for the given forum. |
Modifier and Type | Interface and Description |
---|---|
interface |
PostBatchAdminSession
This session creates, updates, and deletes
Posts in
bulk. |