Package com.atlassian.jira.jql.operand

Interface Summary
JqlFunctionHandlerRegistry Registry for JqlFunctions.
JqlOperandResolver Responsible for validating Operands and extracting the QueryLiteral values from them.
OperandHandler<T extends Operand> Knows how to perform validation on and get expanded values from Operands.
 

Class Summary
DefaultJqlFunctionHandlerRegistry  
DefaultJqlOperandResolver Default implementation of the JqlOperandResolver interface.
EmptyOperandHandler Handles the EmptyOperand.
FunctionOperandHandler Adapter to convert the plugin point JqlFunction into OperandHandler.
MultiValueOperandHandler  
QueryLiteral Used to communicate literal values, Strings or Longs, as input into the Operands.
SingleValueOperandHandler  
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.