public class

EmptyOperandHandler

extends Object
implements OperandHandler<T extends Operand>
java.lang.Object
   ↳ com.atlassian.jira.jql.operand.EmptyOperandHandler

Class Overview

Handles the EmptyOperand.

Summary

Public Constructors
EmptyOperandHandler()
Public Methods
List<QueryLiteral> getValues(QueryCreationContext queryCreationContext, EmptyOperand operand, TerminalClause terminalClause)
boolean isEmpty()
boolean isFunction()
boolean isList()
MessageSet validate(User searcher, EmptyOperand operand, TerminalClause terminalClause)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.operand.OperandHandler

Public Constructors

public EmptyOperandHandler ()

Public Methods

public List<QueryLiteral> getValues (QueryCreationContext queryCreationContext, EmptyOperand operand, TerminalClause terminalClause)

public boolean isEmpty ()

public boolean isFunction ()

public boolean isList ()

public MessageSet validate (User searcher, EmptyOperand operand, TerminalClause terminalClause)