Uses of Class
com.atlassian.query.operand.EmptyOperand

Packages that use EmptyOperand
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.permission   
com.atlassian.query.operand   
 

Uses of EmptyOperand in com.atlassian.jira.jql.operand
 

Methods in com.atlassian.jira.jql.operand with parameters of type EmptyOperand
 List<QueryLiteral> EmptyOperandHandler.getValues(QueryCreationContext queryCreationContext, EmptyOperand operand, TerminalClause terminalClause)
           
 MessageSet EmptyOperandHandler.validate(com.atlassian.crowd.embedded.api.User searcher, EmptyOperand operand, TerminalClause terminalClause)
           
 

Uses of EmptyOperand in com.atlassian.jira.jql.permission
 

Methods in com.atlassian.jira.jql.permission with parameters of type EmptyOperand
 Operand DefaultOperandSanitisingVisitor.visit(EmptyOperand empty)
           
 

Uses of EmptyOperand in com.atlassian.query.operand
 

Fields in com.atlassian.query.operand declared as EmptyOperand
static EmptyOperand EmptyOperand.EMPTY
           
 

Methods in com.atlassian.query.operand with parameters of type EmptyOperand
 R OperandVisitor.visit(EmptyOperand empty)
          The method called when visiting an EmptyOperand.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.