Uses of Class
com.atlassian.jira.search.jql.CreatorClauseQueryMapper
Packages that use CreatorClauseQueryMapper
Package
Description
-
Uses of CreatorClauseQueryMapper in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return CreatorClauseQueryMapperModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.creatorClauseQueryMapper(UserResolver userResolver, JqlOperandResolver jqlOperandResolver) Methods in com.atlassian.jira.component.spring.registrar with parameters of type CreatorClauseQueryMapperModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.creatorSearchHandlerFactory(ComponentFactory componentFactory, CreatorClauseQueryFactory creatorClauseQueryFactory, CreatorClauseQueryMapper creatorClauseQueryMapper, CreatorValidator creatorValidator, FieldClausePermissionChecker.Factory factory, UserSearchService userSearchService, EmailFormatter emailFormatter) -
Uses of CreatorClauseQueryMapper in com.atlassian.jira.issue.search.handlers
Constructors in com.atlassian.jira.issue.search.handlers with parameters of type CreatorClauseQueryMapperModifierConstructorDescriptionCreatorSearchHandlerFactory(ComponentFactory componentFactory, CreatorClauseQueryFactory clauseQueryFactory, CreatorClauseQueryMapper creatorClauseQueryMapper, CreatorValidator clauseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, UserSearchService userSearchService, EmailFormatter emailFormatter)