Uses of Interface
org.osid.blogging.BlogForm
Packages that use BlogForm
Package
Description
The Open Service Interface Definitions for the org.osid.blogging
service.
The Open Service Interface Definitions for the org.osid.blogging.batch
service.
-
Uses of BlogForm in org.osid.blogging
Methods in org.osid.blogging that return BlogFormModifier and TypeMethodDescriptionBlogAdminSession.getBlogFormForCreate(Type[] blogRecordTypes) Gets the blog form for creating new blogs.BlogAdminSession.getBlogFormForUpdate(Id blogId) Gets the blog form for updating an existing blog.Methods in org.osid.blogging with parameters of type BlogFormModifier and TypeMethodDescriptionBlogAdminSession.createBlog(BlogForm blogForm) Creates a newBlog.voidBlogAdminSession.updateBlog(BlogForm blogForm) Updates an existing blog. -
Uses of BlogForm in org.osid.blogging.batch
Subinterfaces of BlogForm in org.osid.blogging.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating blogs in bulk.