|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Comment in com.atlassian.jira.action.issue |
|---|
| Methods in com.atlassian.jira.action.issue with parameters of type Comment | |
|---|---|
protected void |
AbstractIssueUpdateAction.doUpdate(Long eventTypeId,
Comment comment)
This method 'completes' the update of an issue entity. |
protected void |
AbstractIssueUpdateAction.doUpdate(Long eventTypeId,
Comment comment,
Map params)
This method 'completes' the update of an issue entity. |
| Uses of Comment in com.atlassian.jira.bc.issue.comment |
|---|
| Methods in com.atlassian.jira.bc.issue.comment that return Comment | |
|---|---|
Comment |
DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.create(User user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
CommentService.create(User user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue set with current date and time, visible to all
- no group level or role level restriction. |
Comment |
CommentService.create(com.atlassian.crowd.embedded.api.User user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue set with current date and time, visible to all
- no group level or role level restriction. |
Comment |
DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
CommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue set with current date and time. |
Comment |
CommentService.create(com.atlassian.crowd.embedded.api.User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue set with current date and time. |
Comment |
DefaultCommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
CommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue. |
Comment |
CommentService.create(com.atlassian.crowd.embedded.api.User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue. |
Comment |
DefaultCommentService.getCommentById(User user,
Long commentId,
ErrorCollection errorCollection)
|
Comment |
DefaultCommentService.getCommentById(com.atlassian.crowd.embedded.api.User user,
Long commentId,
ErrorCollection errorCollection)
|
Comment |
CommentService.getCommentById(User user,
Long commentId,
ErrorCollection errorCollection)
Will return a comment for the passed in commentId. |
Comment |
CommentService.getCommentById(com.atlassian.crowd.embedded.api.User user,
Long commentId,
ErrorCollection errorCollection)
Will return a comment for the passed in commentId. |
| Methods in com.atlassian.jira.bc.issue.comment that return types with arguments of type Comment | |
|---|---|
List<Comment> |
DefaultCommentService.getCommentsForUser(User currentUser,
Issue issue,
ErrorCollection errorCollection)
|
List<Comment> |
DefaultCommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser,
Issue issue,
ErrorCollection errorCollection)
|
List<Comment> |
CommentService.getCommentsForUser(User currentUser,
Issue issue,
ErrorCollection errorCollection)
Will return a list of Comments for the given user |
List<Comment> |
CommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser,
Issue issue,
ErrorCollection errorCollection)
Will return a list of Comments for the given user |
| Methods in com.atlassian.jira.bc.issue.comment with parameters of type Comment | |
|---|---|
void |
DefaultCommentService.delete(JiraServiceContext jiraServiceContext,
Comment comment,
boolean dispatchEvent)
|
void |
CommentService.delete(JiraServiceContext jiraServiceContext,
Comment comment,
boolean dispatchEvent)
Deletes a comment and updates the issue's change history and updated date. |
boolean |
DefaultCommentService.hasPermissionToEdit(User user,
Comment comment,
ErrorCollection errorCollection)
|
boolean |
DefaultCommentService.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User user,
Comment comment,
ErrorCollection errorCollection)
|
boolean |
CommentService.hasPermissionToEdit(User user,
Comment comment,
ErrorCollection errorCollection)
Determine whether the current user has the permission to edit the comment. |
boolean |
CommentService.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User user,
Comment comment,
ErrorCollection errorCollection)
Determine whether the current user has the permission to edit the comment. |
protected boolean |
DefaultCommentService.hasVisibility(JiraServiceContext jiraServiceContext,
Comment comment)
|
| Uses of Comment in com.atlassian.jira.event.issue |
|---|
| Methods in com.atlassian.jira.event.issue that return Comment | |
|---|---|
Comment |
IssueEvent.getComment()
|
| Methods in com.atlassian.jira.event.issue with parameters of type Comment | |
|---|---|
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
|
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail)
|
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
|
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail)
|
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail,
boolean subtasksUpdated)
|
| Constructors in com.atlassian.jira.event.issue with parameters of type Comment | |
|---|---|
IssueEvent(Issue issue,
com.atlassian.crowd.embedded.api.User user,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changeGroup,
Map params,
Long eventTypeId)
Create a new IssueEvent with a given list of parameters. |
|
IssueEvent(Issue issue,
com.atlassian.crowd.embedded.api.User user,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changeGroup,
Map params,
Long eventTypeId,
boolean sendMail)
Create a new IssueEvent with a given list of parameters. |
|
IssueEvent(Issue issue,
com.atlassian.crowd.embedded.api.User user,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changeGroup,
Map params,
Long eventTypeId,
boolean sendMail,
boolean subtasksUpdated)
|
|
| Uses of Comment in com.atlassian.jira.issue.comments |
|---|
| Subinterfaces of Comment in com.atlassian.jira.issue.comments | |
|---|---|
interface |
MutableComment
Represents a comment's in JIRA. |
| Classes in com.atlassian.jira.issue.comments that implement Comment | |
|---|---|
class |
CommentImpl
Represents a comment on an issue by a user. |
| Fields in com.atlassian.jira.issue.comments with type parameters of type Comment | |
|---|---|
static Comparator<Comment> |
CommentComparator.COMPARATOR
Comparator for sorting comments based on creation date. |
| Methods in com.atlassian.jira.issue.comments that return Comment | |
|---|---|
Comment |
DefaultCommentManager.convertToComment(org.ofbiz.core.entity.GenericValue gv)
|
Comment |
CommentManager.convertToComment(org.ofbiz.core.entity.GenericValue commentGV)
This is a convenience method that can be used to convert a GenericValue representation of a comment to a comment object. |
Comment |
DefaultCommentManager.create(Issue issue,
String author,
String body,
boolean dispatchEvent)
|
Comment |
CommentManager.create(Issue issue,
String author,
String body,
boolean dispatchEvent)
Creates a comment and associates it with the given issue. |
Comment |
DefaultCommentManager.create(Issue issue,
String author,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent)
|
Comment |
CommentManager.create(Issue issue,
String author,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent)
Creates a comment and associates it with the given issue. |
Comment |
DefaultCommentManager.create(Issue issue,
String author,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent)
|
Comment |
CommentManager.create(Issue issue,
String author,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent)
Creates a comment and associates it with the given issue. |
Comment |
DefaultCommentManager.create(Issue issue,
String author,
String updateAuthor,
String body,
String groupLevel,
Long roleLevelId,
Date created,
Date updated,
boolean dispatchEvent)
|
Comment |
CommentManager.create(Issue issue,
String author,
String updateAuthor,
String body,
String groupLevel,
Long roleLevelId,
Date created,
Date updated,
boolean dispatchEvent)
Creates a comment and associates it with the given issue. |
Comment |
DefaultCommentManager.create(Issue issue,
String author,
String updateAuthor,
String body,
String groupLevel,
Long roleLevelId,
Date created,
Date updated,
boolean dispatchEvent,
boolean tweakIssueUpdateDate)
|
Comment |
CommentManager.create(Issue issue,
String author,
String updateAuthor,
String body,
String groupLevel,
Long roleLevelId,
Date created,
Date updated,
boolean dispatchEvent,
boolean tweakIssueUpdateDate)
Creates a comment and associates it with the given issue. |
Comment |
DefaultCommentManager.getCommentById(Long commentId)
|
Comment |
CommentManager.getCommentById(Long commentId)
Will return a comment for the passed in commentId. |
| Methods in com.atlassian.jira.issue.comments that return types with arguments of type Comment | |
|---|---|
List<Comment> |
DefaultCommentManager.getComments(Issue issue)
|
List<Comment> |
CommentManager.getComments(Issue issue)
This will return all comments for a given issue. |
List<Comment> |
DefaultCommentManager.getCommentsForUser(Issue issue,
com.atlassian.crowd.embedded.api.User user)
|
List<Comment> |
DefaultCommentManager.getCommentsForUser(Issue issue,
User user)
|
List<Comment> |
CommentManager.getCommentsForUser(Issue issue,
com.atlassian.crowd.embedded.api.User user)
Retrieves all Comments on the
given Issue that the given User has permission to see. |
List<Comment> |
CommentManager.getCommentsForUser(Issue issue,
User user)
Deprecated. Please use CommentManager.getCommentsForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
| Methods in com.atlassian.jira.issue.comments with parameters of type Comment | |
|---|---|
int |
CommentComparator.compare(Comment o1,
Comment o2)
|
ChangeItemBean |
DefaultCommentManager.delete(Comment comment)
|
ChangeItemBean |
CommentManager.delete(Comment comment)
Deletes the specified comment. |
boolean |
DefaultCommentPermissionManager.hasBrowsePermission(Comment comment,
User user)
|
boolean |
CommentPermissionManager.hasBrowsePermission(Comment comment,
User user)
Deprecated. Use CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User, Comment). Since v4.3 |
boolean |
DefaultCommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User user,
Comment comment)
Determines whether the user can see given comment. |
boolean |
CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User user,
Comment comment)
Return true if the user can see the comment. |
boolean |
DefaultCommentPermissionManager.hasEditPermission(Comment comment,
User user)
|
boolean |
CommentPermissionManager.hasEditPermission(Comment comment,
User user)
Deprecated. Use CommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User, Comment). Since v4.3 |
boolean |
DefaultCommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User user,
Comment comment)
Determines whether the user can edit given comment. |
boolean |
CommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User user,
Comment comment)
Determines whether the given user has permission to edit the given comment. |
boolean |
DefaultCommentPermissionManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user,
Comment comment)
|
boolean |
DefaultCommentPermissionManager.isUserCommentAuthor(User user,
Comment comment)
|
boolean |
DefaultCommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user,
Comment comment)
|
boolean |
DefaultCommentManager.isUserCommentAuthor(User user,
Comment comment)
|
boolean |
CommentPermissionManager.isUserCommentAuthor(User user,
Comment comment)
Returns true if the given user is the author of the given comment. |
boolean |
CommentPermissionManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user,
Comment comment)
Returns true if the given user is the author of the given comment. |
boolean |
CommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user,
Comment comment)
Returns true if the given user is the author of the given comment. |
boolean |
CommentManager.isUserCommentAuthor(User user,
Comment comment)
Deprecated. Please use CommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User, Comment) instead. Since v4.3 |
void |
DefaultCommentManager.update(Comment comment,
boolean dispatchEvent)
|
void |
CommentManager.update(Comment comment,
boolean dispatchEvent)
Persists the updated comment. |
| Uses of Comment in com.atlassian.jira.issue.comments.util |
|---|
| Methods in com.atlassian.jira.issue.comments.util that return Comment | |
|---|---|
Comment |
LuceneCommentIterator.next()
|
Comment |
DatabaseCommentIterator.next()
|
Comment |
LuceneCommentIterator.nextComment()
|
Comment |
DatabaseCommentIterator.nextComment()
|
Comment |
CommentIterator.nextComment()
|
| Methods in com.atlassian.jira.issue.comments.util with parameters of type Comment | |
|---|---|
protected abstract boolean |
DatabaseCommentIterator.hasReadPermissionForAction(Comment comment,
Issue issue,
User user)
|
| Uses of Comment in com.atlassian.jira.issue.index |
|---|
| Methods in com.atlassian.jira.issue.index that return types with arguments of type Comment | |
|---|---|
List<Comment> |
DefaultCommentRetriever.get(Issue issue)
|
| Methods in com.atlassian.jira.issue.index with parameters of type Comment | |
|---|---|
static org.apache.lucene.document.Document |
CommentDocument.getDocument(Comment comment,
Issue issue)
|
| Uses of Comment in com.atlassian.jira.issue.renderers |
|---|
| Constructors in com.atlassian.jira.issue.renderers with parameters of type Comment | |
|---|---|
CommentFieldRenderContext(Comment comment)
|
|
| Uses of Comment in com.atlassian.jira.issue.tabpanels |
|---|
| Methods in com.atlassian.jira.issue.tabpanels that return Comment | |
|---|---|
Comment |
CommentAction.getComment()
Returns the comment |
| Constructors in com.atlassian.jira.issue.tabpanels with parameters of type Comment | |
|---|---|
CommentAction(IssueTabPanelModuleDescriptor descriptor,
Comment comment,
boolean canEditComment,
boolean canDeleteComment,
RendererManager rendererManager,
FieldLayoutManager fieldLayoutManager)
|
|
| Uses of Comment in com.atlassian.jira.issue.util |
|---|
| Methods in com.atlassian.jira.issue.util that return Comment | |
|---|---|
Comment |
IssueChangeHolder.getComment()
Get the comment associated with this group of changes. |
Comment |
IssueUpdateBean.getComment()
|
Comment |
DefaultIssueChangeHolder.getComment()
|
| Methods in com.atlassian.jira.issue.util with parameters of type Comment | |
|---|---|
void |
IssueChangeHolder.setComment(Comment comment)
Set the comment associated with this change. |
void |
IssueUpdateBean.setComment(Comment comment)
|
void |
DefaultIssueChangeHolder.setComment(Comment comment)
|
| Uses of Comment in com.atlassian.jira.rest.v2.issue |
|---|
| Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type Comment | |
|---|---|
static List<CommentBean> |
CommentBean.asBeans(List<Comment> comments,
javax.ws.rs.core.UriInfo uriInfo)
|
| Constructors in com.atlassian.jira.rest.v2.issue with parameters of type Comment | |
|---|---|
CommentBean(Comment comment,
javax.ws.rs.core.UriInfo uriInfo)
|
|
| Uses of Comment in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue that return Comment | |
|---|---|
protected Comment |
AbstractCommentableIssue.createComment(MutableIssue commentedIssue)
|
Comment |
DeleteComment.getCommentObject()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||