public interface CommentOrderManager
| Modifier and Type | Method and Description |
|---|---|
TabPanelOrder |
getIssueCommentsOrder()
Get a comments order from user preferences
|
List<Comment> |
getSortedComments(Issue issue,
ApplicationUser user)
Get all
Comments on the given Issue that the given
ApplicationUser has permission to see. |
void |
setIssueCommentsOrder(TabPanelOrder order)
Set a comments order in user preferences
|
void setIssueCommentsOrder(TabPanelOrder order) throws com.atlassian.core.AtlassianCoreException
order - value from TabPanelOrder enumcom.atlassian.core.AtlassianCoreException - if user preferences is nullTabPanelOrder getIssueCommentsOrder()
List<Comment> getSortedComments(Issue issue, ApplicationUser user)
Comments on the given Issue that the given
ApplicationUser has permission to see.issue - the comments are associated with.user - the user whose permission level will be used to limit the comments returned.CommentsCopyright © 2002-2024 Atlassian. All Rights Reserved.