Package com.atlassian.jira.jql.operand
package com.atlassian.jira.jql.operand
-
ClassDescriptionDefault implementation of the
JqlOperandResolver
interface.Default implementation of thePredicateOperandResolver
Handles theEmptyOperand
.Adapter to convert the plugin pointJqlFunction
intoOperandHandler
.Responsible for validatingOperand
s and extracting theQueryLiteral
values from them.OperandHandler<T extends Operand>Knows how to perform validation on and get expanded values fromOperand
s.Return the values from the OperandHas the standard handlers for dealing with history predicatesResponsible for validatingOperand
s and extracting the String values from them.Used to communicate literal values, Strings or Longs, as input into the Operands.Provides static methods that create QueryLiterals withSingleValueOperand
as the source operand with the literals value.