public class EditCommentFromEditorCommand extends EditCommentCommandImpl
| Modifier and Type | Field and Description |
|---|---|
protected EditorConverter |
editConverter |
protected String |
editorFormatCommentBody |
newCommentBody| Constructor and Description |
|---|
EditCommentFromEditorCommand(PermissionManager permissionManager,
CommentManager commentManager,
EditorConverter editConverter,
long commentId,
String newCommentBody) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
validateInternal(ServiceCommandValidator validator)
Template method for implementations to perform validation.
|
executeInternal, getComment, isAuthorizedInternalexecute, getCurrentUser, getValidationErrors, isAuthorized, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getValidationErrors, isAuthorized, isValidprotected EditorConverter editConverter
protected String editorFormatCommentBody
public EditCommentFromEditorCommand(PermissionManager permissionManager, CommentManager commentManager, EditorConverter editConverter, long commentId, String newCommentBody)
protected void validateInternal(ServiceCommandValidator validator)
AbstractServiceCommand
Implementations can assume that if this method is called, authorization was already successful.
validateInternal in class EditCommentCommandImplCopyright © 2003–2023 Atlassian. All rights reserved.