Uses of Class
com.atlassian.jira.jql.context.AllTextClauseContextFactory
Packages that use AllTextClauseContextFactory
Package
Description
-
Uses of AllTextClauseContextFactory in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return AllTextClauseContextFactoryModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.allTextClauseContextFactory(CustomFieldManager customFieldManager, SearchHandlerManager searchHandlerManager, ContextSetUtil contextSetUtil) Methods in com.atlassian.jira.component.spring.registrar with parameters of type AllTextClauseContextFactoryModifier and TypeMethodDescriptionSearchConfiguration.CommonSearchConfiguration.textQuerySearchHandlerFactory(AllTextValidator allTextValidator, AllTextClauseContextFactory allTextClauseContextFactory, CustomFieldManager customFieldManager, SearchHandlerManager searchHandlerManager, JqlOperandResolver jqlOperandResolver, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine velocityTemplatingEngine) -
Uses of AllTextClauseContextFactory in com.atlassian.jira.issue.search.handlers
Constructors in com.atlassian.jira.issue.search.handlers with parameters of type AllTextClauseContextFactoryModifierConstructorDescriptionTextQuerySearchHandlerFactory(AllTextValidator clauseValidator, AllTextClauseContextFactory clauseContextFactory, CustomFieldManager customFieldManager, SearchHandlerManager searchHandlerManager, JqlOperandResolver operandResolver, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine)