Uses of Interface
org.osid.commenting.CommentForm
Packages that use CommentForm
Package
Description
The Open Service Interface Definitions for the org.osid.commenting
service.
The Open Service Interface Definitions for the org.osid.commenting.batch
service.
-
Uses of CommentForm in org.osid.commenting
Methods in org.osid.commenting that return CommentFormModifier and TypeMethodDescriptionCommentAdminSession.getCommentFormForCreate(Id referenceId, Type[] commentRecordTypes) Gets the comment form for creating new comments.CommentAdminSession.getCommentFormForUpdate(Id commentId) Gets the comment form for updating an existing comment.Methods in org.osid.commenting with parameters of type CommentFormModifier and TypeMethodDescriptionCommentAdminSession.createComment(CommentForm commentForm) Creates a newComment.voidCommentAdminSession.updateComment(CommentForm commentForm) Updates an existing comment. -
Uses of CommentForm in org.osid.commenting.batch
Subinterfaces of CommentForm in org.osid.commenting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating comments in bulk.