Package com.atlassian.jira.jql.query
Class AliasedIssuePropertyClauseQueryFactory
java.lang.Object
com.atlassian.jira.jql.query.AbstractPropertyClauseQueryFactory
com.atlassian.jira.jql.query.AliasedIssuePropertyClauseQueryFactory
- All Implemented Interfaces:
ClauseQueryFactory
@Deprecated(since="10.7",
forRemoval=true)
public class AliasedIssuePropertyClauseQueryFactory
extends AbstractPropertyClauseQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Factory for producing Lucene queries from aliased issue properties.
- Since:
- v6.4
-
Constructor Summary
ConstructorsConstructorDescriptionAliasedIssuePropertyClauseQueryFactory(DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext, Property property, IndexDocumentConfiguration.Type type, Set<Operator> operators) 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
-
AliasedIssuePropertyClauseQueryFactory
public AliasedIssuePropertyClauseQueryFactory(DoubleConverter doubleConverter, JqlDateSupport jqlDateSupport, JqlOperandResolver operandResolver, JiraAuthenticationContext authenticationContext, Property property, IndexDocumentConfiguration.Type type, Set<Operator> operators) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isSupportedOperator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isSupportedOperatorin classAbstractPropertyClauseQueryFactory
-
getProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyin classAbstractPropertyClauseQueryFactory
-
getPropertyTypes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyTypesin classAbstractPropertyClauseQueryFactory
-
AliasedIssuePropertyClauseQueryMapperinstead.