java.lang.Object | |
↳ | com.atlassian.query.operand.Operands |
Factory class for creating operands.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return an operand that represents the JQL EMPTY value.
| |||||||||||
Create an operand that represents the passed string.
| |||||||||||
Create an operands that represents a list of passed string values.
| |||||||||||
Create an operand that represents the passed number.
| |||||||||||
Create an operands that represents a list of passed numbers.
| |||||||||||
Create an operand that represents a list of the passed operands.
| |||||||||||
Create an operands that represents a list of passed numbers.
| |||||||||||
Create an operand that represents a list of the passed operands.
| |||||||||||
Create an operands that represents a list of passed string values.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Return an operand that represents the JQL EMPTY value.
Create an operand that represents the passed string.
value | the value to wrap as an operand. Cannot be null. |
---|
Create an operands that represents a list of passed string values.
values | the list of values to represent. Cannot be null, empty or contain any null values. |
---|
Create an operand that represents the passed number.
value | the value to wrap as an operand. Cannot be null. |
---|
Create an operands that represents a list of passed numbers.
values | the list of values to represent. Cannot be null, empty or contain any null values. |
---|
Create an operand that represents a list of the passed operands.
operands | the list of value to convert. Cannot be null, empty or contain any null values. |
---|
Create an operands that represents a list of passed numbers.
values | the list of values to represent. Cannot be null, empty or contain any null values. |
---|
Create an operand that represents a list of the passed operands.
operands | the list of value to convert. Cannot be null, empty or contain any null values. |
---|
Create an operands that represents a list of passed string values.
values | the list of values to represent. Cannot be null, empty or contain any null values. |
---|