| java.lang.Object | |
| ↳ | com.atlassian.jira.jql.query.RelationalOperatorMutatedIndexValueQueryFactory |
Creates relational queries for clauses with operands whose index value representation is based on mutated raw values as opposed to domain values.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates the query for an operand that has an
OperandHandler that
returns true for the isEmpty method. | |||||||||||
Generates the Query for a list of operand ids.
| |||||||||||
Generates the Query for a single operand id.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.jira.jql.query.OperatorSpecificQueryFactory
| |||||||||||||||||||
Generates the query for an operand that has an OperandHandler that
returns true for the isEmpty method. This should generate a Lucene query that will perform the correct search
for issues where the field value is not set.
| fieldName | the index field name the query should be generated for. |
|---|---|
| operator | operator which is handled by this implementation. |
Generates the Query for a list of operand ids.
| fieldName | the index field name the query should be generated for. |
|---|---|
| operator | operator which is handled by this implementation. |
| rawValues | the raw values provided to the operand that need to be converted to index values. |
Generates the Query for a single operand id.
| fieldName | the index field name the query should be generated for. |
|---|---|
| operator | operator which is handled by this implementation. |
| rawValues | the raw values provided to the operand that need to be converted to index values. |

