Uses of Interface
org.osid.forum.ForumForm
Packages that use ForumForm
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
The Open Service Interface Definitions for the org.osid.forum.batch
service.
-
Uses of ForumForm in org.osid.forum
Methods in org.osid.forum that return ForumFormModifier and TypeMethodDescriptionForumAdminSession.getForumFormForCreate(Type[] forumRecordTypes) Gets the forum form for creating new forums.ForumAdminSession.getForumFormForUpdate(Id forumId) Gets the forum form for updating an existing forum.Methods in org.osid.forum with parameters of type ForumFormModifier and TypeMethodDescriptionForumAdminSession.createForum(ForumForm forumForm) Creates a newForum.voidForumAdminSession.updateForum(ForumForm forumForm) Updates an existing forum. -
Uses of ForumForm in org.osid.forum.batch
Subinterfaces of ForumForm in org.osid.forum.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating forums in bulk.