Package com.atlassian.jira.jql.query
Class IssuePropertyClauseQueryFactory
java.lang.Object
com.atlassian.jira.jql.query.AbstractPropertyClauseQueryFactory
com.atlassian.jira.jql.query.IssuePropertyClauseQueryFactory
- All Implemented Interfaces:
ClauseQueryFactory
@Deprecated(since="10.7",
forRemoval=true)
public class IssuePropertyClauseQueryFactory
extends AbstractPropertyClauseQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Factory for producing clauses for issue properties.
- Since:
- v6.2
-
Constructor Summary
ConstructorsConstructorDescriptionIssuePropertyClauseQueryFactory(PluginIndexConfigurationManager pluginIndexConfigurationManager, DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected io.atlassian.fugue.Option<Property>getProperty(TerminalClause terminalClause) Deprecated, for removal: This API element is subject to removal in a future version.protected Iterable<IndexDocumentConfiguration.Type>getPropertyTypes(Property property) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanisSupportedOperator(TerminalClause terminalClause) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.jira.jql.query.AbstractPropertyClauseQueryFactory
getLuceneFieldName, getQuery
-
Constructor Details
-
IssuePropertyClauseQueryFactory
public IssuePropertyClauseQueryFactory(PluginIndexConfigurationManager pluginIndexConfigurationManager, DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyin classAbstractPropertyClauseQueryFactory
-
isSupportedOperator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isSupportedOperatorin classAbstractPropertyClauseQueryFactory
-
getPropertyTypes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyTypesin classAbstractPropertyClauseQueryFactory
-
IssuePropertyClauseQueryMapperinstead.