java.lang.Object | |
↳ | com.atlassian.jira.jql.operand.DefaultPredicateOperandResolver |
Default implementation of the PredicateOperandResolver
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the operand represents an EMPTY operand.
| |||||||||||
Returns true if the passed operand is a function call.
| |||||||||||
Returns true if the passed operand returns a list of values.
|
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]()
|
Returns true if the operand represents an EMPTY operand.
operand | the operand to check if it is a EMPTY operand |
---|
Returns true if the passed operand is a function call.
operand | the operand to check. Cannot be null. |
---|
Returns true if the passed operand returns a list of values.
operand | the operand to check. Cannot be null. |
---|