Uses of Class
com.atlassian.jira.issue.comments.CommentSearchManager
Packages that use CommentSearchManager
Package
Description
-
Uses of CommentSearchManager in com.atlassian.jira.bc.issue.comment.property
Constructors in com.atlassian.jira.bc.issue.comment.property with parameters of type CommentSearchManagerModifierConstructorDescriptionCommentPropertyHelper(CommentPermissionManager commentPermissionManager, CommentSearchManager commentSearchManager, I18nHelper i18n) -
Uses of CommentSearchManager in com.atlassian.jira.bc.safeguards.issue.comment
Constructors in com.atlassian.jira.bc.safeguards.issue.comment with parameters of type CommentSearchManagerModifierConstructorDescriptionDefaultCommentsPerIssueLimitValidator(CommentSearchManager commentSearchManager, FeatureManager featureManager, JiraAuthenticationContext jiraAuthenticationContext, RestrictedUsersComponent restrictedUsersComponent, SafeguardsManager safeguardsManager, CommentsPerIssueLimitNotifier notifier, ClusterManager clusterManager, com.atlassian.audit.core.spi.service.IpAddressProvider ipAddressProvider) -
Uses of CommentSearchManager in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return CommentSearchManagerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.commentSearchManager(UserManager userManager, OfBizDelegator delegator, IssueManager issueManager, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, FeatureManager featureManager, ApplicationPropertiesService applicationPropertiesService, StreamingCommentsRetriever streamingCommentsRetriever) Methods in com.atlassian.jira.component.spring.registrar with parameters of type CommentSearchManagerModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.commentManager(ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, OfBizDelegator delegator, JiraAuthenticationContext jiraAuthenticationContext, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, UserManager userManager, JsonEntityPropertyManager jsonEntityPropertyManager, CommentPropertyHelper commentPropertyHelper, CommentSearchManager commentSearchManager, CommentEventPublisher commentEventPublisher, IssueUpdater issueUpdater, QueryDSLCommentFactory queryDSLCommentFactory, QueryDslAccessor queryDslAccessor, CommentHandler commentHandler, FeatureManager featureManager, CommentPinManager commentPinManager, ActionDTOToCommentConverter converter, com.atlassian.event.api.EventPublisher eventPublisher, PinnedCommentHandler pinnedCommentHandler) JiraDomainEntitiesConfiguration.commentPropertyHelper(CommentPermissionManager commentPermissionManager, CommentSearchManager commentSearchManager, I18nHelper i18nHelper) JiraDomainEntitiesConfiguration.commentsPerIssueLimitValidator(CommentSearchManager commentSearchManager, FeatureManager featureManager, JiraAuthenticationContext jiraAuthenticationContext, RestrictedUsersComponent restrictedUsersComponent, SafeguardsManager safeguardsManager, CommentsPerIssueLimitNotifier notifier, ClusterManager clusterManager, com.atlassian.audit.core.spi.service.IpAddressProvider ipAddressProvider) -
Uses of CommentSearchManager in com.atlassian.jira.issue.comments
Constructors in com.atlassian.jira.issue.comments with parameters of type CommentSearchManagerModifierConstructorDescriptionDefaultCommentManager(ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager, OfBizDelegator delegator, JiraAuthenticationContext jiraAuthenticationContext, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator, CommentsPerIssueLimitValidator commentsPerIssueLimitValidator, UserManager userManager, JsonEntityPropertyManager jsonEntityPropertyManager, CommentPropertyHelper commentPropertyHelper, CommentSearchManager commentSearchManager, CommentEventPublisher commentEventPublisher, IssueUpdater issueUpdater, QueryDSLCommentFactory queryDSLCommentFactory, QueryDslAccessor queryDslAccessor, CommentHandler commentHandler, FeatureManager featureManager, CommentPinManager commentPinManager, ActionDTOToCommentConverter converter, com.atlassian.event.api.EventPublisher eventPublisher, PinnedCommentHandler pinnedCommentHandler)