Interface | Description |
---|---|
JqlOperandResolver |
Responsible for validating
Operand s and extracting the
QueryLiteral values from them. |
OperandHandler<T extends Operand> |
Knows how to perform validation on and get expanded values from
Operand s. |
PredicateOperandHandler |
Return the values from the Operand
|
PredicateOperandResolver |
Responsible for validating
Operand s and extracting the
String values from them. |
Class | Description |
---|---|
DefaultJqlOperandResolver |
Default implementation of the
JqlOperandResolver interface. |
DefaultPredicateOperandResolver |
Default implementation of the
PredicateOperandResolver |
EmptyOperandHandler |
Handles the
EmptyOperand . |
EmptyWasClauseOperandHandler | |
FunctionOperandHandler |
Adapter to convert the plugin point
JqlFunction into
OperandHandler . |
MultiValueOperandHandler | |
PredicateOperandHandlerRegistry |
Has the standard handlers for dealing with history predicates
|
QueryLiteral |
Used to communicate literal values, Strings or Longs, as input into the Operands.
|
SimpleLiteralFactory |
Provides static methods that create QueryLiterals with
SingleValueOperand
as the source operand with the literals value. |
SingleValueOperandHandler |
Copyright © 2002-2022 Atlassian. All Rights Reserved.