Uses of Interface
org.osid.forum.PostForm
Packages that use PostForm
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 PostForm in org.osid.forum
Methods in org.osid.forum that return PostFormModifier and TypeMethodDescriptionPostAdminSession.getPostFormForCreate(Type[] postRecordTypes) Gets the post form for creating new posts.PostAdminSession.getPostFormForUpdate(Id postId) Gets the post form for updating an existing post.Methods in org.osid.forum with parameters of type PostFormModifier and TypeMethodDescriptionPostAdminSession.createPost(PostForm postForm) Creates a newPost.voidPostAdminSession.updatePost(PostForm postForm) Updates an existing post. -
Uses of PostForm in org.osid.forum.batch
Subinterfaces of PostForm in org.osid.forum.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating posts in bulk.