Uses of Interface
com.atlassian.jira.issue.comments.CommentManager

Packages that use CommentManager
com.atlassian.jira   
com.atlassian.jira.bc.group   
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.component   
com.atlassian.jira.dev.reference.plugin.workflow   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.views   
com.atlassian.jira.service.util.handler   
com.atlassian.jira.web.action.issue   
 

Uses of CommentManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return CommentManager
 CommentManager ComponentManager.getCommentManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
 

Uses of CommentManager in com.atlassian.jira.bc.group
 

Constructors in com.atlassian.jira.bc.group with parameters of type CommentManager
DefaultGroupService(ApplicationProperties applicationProperties, GlobalPermissionManager globalPermissionManager, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, CommentManager commentManager, WorklogManager worklogManager, NotificationSchemeManager notificationSchemeManager, PermissionManager permissionManager, ProjectRoleService projectRoleService, IssueSecurityLevelManager issueSecurityLevelManager, UserUtil userUtil, SharePermissionDeleteUtils sharePermissionDeleteUtils, SubscriptionManager subscriptionManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, JiraContactHelper jiraContactHelper, GroupManager groupManager)
           
 

Uses of CommentManager in com.atlassian.jira.bc.issue.comment
 

Constructors in com.atlassian.jira.bc.issue.comment with parameters of type CommentManager
DefaultCommentService(CommentManager commentManager, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, IssueUpdater issueUpdater, IssueManager issueManager, VisibilityValidator visibilityValidator, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator)
           
 

Uses of CommentManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return CommentManager
static CommentManager ComponentAccessor.getCommentManager()
           
 

Uses of CommentManager in com.atlassian.jira.dev.reference.plugin.workflow
 

Constructors in com.atlassian.jira.dev.reference.plugin.workflow with parameters of type CommentManager
ReferenceWorkflowFunction(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.jira.issue.comments
 

Classes in com.atlassian.jira.issue.comments that implement CommentManager
 class DefaultCommentManager
           
 

Constructors in com.atlassian.jira.issue.comments with parameters of type CommentManager
CommentImpl(CommentManager manager, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Issue issue)
          Creates a new instance of this class.
 

Uses of CommentManager in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type CommentManager
CommentSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, CommentService commentService, ProjectRoleManager projectRoleManager, ProjectFactory projectFactory, CommentSearchHandlerFactory searchHandlerFactory, GroupManager groupManager, JiraBaseUrls jiraBaseUrls, CommentManager commentManager, DateTimeFormatterFactory dateTimeFormatterFactory, MentionService mentionService)
           
 

Uses of CommentManager in com.atlassian.jira.issue.fields.rest
 

Constructors in com.atlassian.jira.issue.fields.rest with parameters of type CommentManager
CommentRestFieldOperationsHandler(CommentManager commentManager, ProjectRoleManager projectRoleManager, I18nHelper i18nHelper)
           
 

Uses of CommentManager in com.atlassian.jira.issue.index
 

Constructors in com.atlassian.jira.issue.index with parameters of type CommentManager
DefaultCommentRetriever(CommentManager commentManager)
           
 

Uses of CommentManager in com.atlassian.jira.issue.tabpanels
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type CommentManager
CommentTabPanel(CommentManager commentManager, CommentPermissionManager commentPermissionManager, IssueManager issueManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, DateTimeFormatter dateTimeFormatter)
           
 

Uses of CommentManager in com.atlassian.jira.issue.views
 

Fields in com.atlassian.jira.issue.views declared as CommentManager
protected  CommentManager AbstractIssueHtmlView.commentManager
           
 

Constructors in com.atlassian.jira.issue.views with parameters of type CommentManager
AbstractIssueHtmlView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, CommentManager commentManager, FileIconBean fileIconBean, FieldScreenRendererFactory fieldScreenRendererFactory, IssueViewUtil issueViewUtil)
           
IssueHtmlView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, CommentManager commentManager, FileIconBean fileIconBean, FieldScreenRendererFactory fieldScreenRendererFactory, IssueViewUtil issueViewUtil)
           
IssueWordView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, CommentManager commentManager, FileIconBean fileIconBean, FieldScreenRendererFactory fieldScreenRendererFactory, IssueViewUtil issueViewUtil)
           
IssueXMLView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, FieldLayoutManager fieldLayoutManager, CommentManager commentManager, IssueViewUtil issueViewUtil, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory, BuildUtilsInfo buildUtilsInfo, DateTimeFormatterFactory dateTimeFormatterFactory)
           
 

Uses of CommentManager in com.atlassian.jira.service.util.handler
 

Constructors in com.atlassian.jira.service.util.handler with parameters of type CommentManager
DefaultMessageHandlerContext(CommentManager commentManager, MessageHandlerExecutionMonitor monitor, IssueManager issueManager, AttachmentManager attachmentManager)
           
 

Uses of CommentManager in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return CommentManager
 CommentManager ViewIssue.getCommentManager()
           
 CommentManager IssueNavigator.getCommentManager()
           
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type CommentManager
IssueNavigator(JiraAuthenticationContext authContext, ColumnLayoutManager columnLayoutManager, IssueSearcherManager issueSearcherManager, SearchRequestFactory searchRequestFactory, SearchRequestService searchRequestService, TableLayoutFactory tableLayoutFactory, CommentManager commentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PagerManager pagerManager, SearchService searchService, ApplicationProperties applicationProperties, IndexLifecycleManager indexLifecycleManager, AutoCompleteJsonGenerator autoCompleteJsonGenerator, SearchSortUtil searchSortUtil, JqlStringSupport jqlStringSupport, UserQueryHistoryManager userQueryHistoryManager, SimpleLinkManager simpleLinkManager, IssueSearchLimits issueSearchLimits, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher, SearchActionHelper actionHelper, IssueNavigatorSearchResultsHelper searchResultsHelper)
           
ViewIssue(SubTaskManager subTaskManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CommentManager commentManager, ProjectRoleManager projectRoleManager, CommentService commentService, PagerManager pagerManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SimpleLinkManager simpleLinkManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, PermissionManager permissionManager, ModuleWebComponent moduleWebComponent, UserUtil userUtil, FeatureManager featureManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher, ApplicationProperties applicationProperties, UserPickerSearchService userPickerSearchService)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.