| java.lang.Object | ||
| ↳ | com.atlassian.jira.jql.query.AbstractOperatorQueryFactory<T> | |
| ↳ | com.atlassian.jira.jql.query.AbstractEqualityQueryFactory<T> | |
Known Direct Subclasses
| |||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates the Query for a list of operand ids.
| |||||||||||
Generates the Query for a single operand id.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.jql.query.AbstractOperatorQueryFactory
| |||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.jira.jql.query.OperatorSpecificQueryFactory
| |||||||||||||||||||
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. |

