| Interface | osid.commenting.batch.CommentBatchForm | ||
|---|---|---|---|
| Implements | osid.commenting.CommentForm | ||
| Description |
This is the form for creating and updating comments in
bulk. | ||
| Method | getResourceId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkId | ||
| Description |
Gets the work | ||
| Return | osid.id.Id | the work Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the comment Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |