Uses of Interface
com.atlassian.query.operand.Operand

Packages that use Operand
com.atlassian.jira.jql.operand   
com.atlassian.query.clause   
com.atlassian.query.operand   
 

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

Methods in com.atlassian.jira.jql.operand that return Operand
 Operand QueryLiteral.getSourceOperand()
           
 

Methods in com.atlassian.jira.jql.operand with parameters of type Operand
 QueryLiteral JqlOperandResolver.getSingleValue(com.atlassian.crowd.embedded.api.User user, Operand operand, TerminalClause clause)
          Returns the single value contained within the passed operand.
 QueryLiteral JqlOperandResolver.getSingleValue(User user, Operand operand, TerminalClause clause)
          Returns the single value contained within the passed operand.
 List<QueryLiteral> JqlOperandResolver.getValues(QueryCreationContext queryCreationContext, Operand operand, TerminalClause terminalClause)
          Return the values contained within the passed operand.
 List<QueryLiteral> JqlOperandResolver.getValues(com.atlassian.crowd.embedded.api.User searcher, Operand operand, TerminalClause terminalClause)
          Return the values contained within the passed operand.
 List<QueryLiteral> JqlOperandResolver.getValues(User searcher, Operand operand, TerminalClause terminalClause)
          Return the values contained within the passed operand.
 boolean JqlOperandResolver.isEmptyOperand(Operand operand)
          Returns true if the operand represents an EMPTY operand.
 boolean JqlOperandResolver.isFunctionOperand(Operand operand)
          Returns true if the passed operand is a function call.
 boolean JqlOperandResolver.isListOperand(Operand operand)
          Returns true if the passed operand returns a list of values.
 boolean JqlOperandResolver.isValidOperand(Operand operand)
          Returns true if the operand is one which is known about.
 MessageSet JqlOperandResolver.validate(com.atlassian.crowd.embedded.api.User user, Operand operand, TerminalClause terminalClause)
          Validates the operand against its handler.
 MessageSet JqlOperandResolver.validate(User user, Operand operand, TerminalClause terminalClause)
          Validates the operand against its handler.
 MessageSet JqlOperandResolver.validate(com.atlassian.crowd.embedded.api.User searcher, Operand operand, WasClause clause)
           
 

Constructors in com.atlassian.jira.jql.operand with parameters of type Operand
QueryLiteral(Operand sourceOperand)
           
QueryLiteral(Operand sourceOperand, Long longValue)
           
QueryLiteral(Operand sourceOperand, String stringValue)
           
 

Uses of Operand in com.atlassian.query.clause
 

Methods in com.atlassian.query.clause that return Operand
 Operand TerminalClause.getOperand()
           
 

Uses of Operand in com.atlassian.query.operand
 

Classes in com.atlassian.query.operand that implement Operand
 class EmptyOperand
          Used to represent a value that has not been set for a field.
 class FunctionOperand
          Represents a function in the query tree.
 class MultiValueOperand
          Used to represent a multiple constant values as an Operand.
 class SingleValueOperand
          Used to represent a single constant value as an Operand.
 

Methods in com.atlassian.query.operand that return types with arguments of type Operand
 List<Operand> MultiValueOperand.getValues()
           
 

Constructors in com.atlassian.query.operand with parameters of type Operand
MultiValueOperand(Operand... operands)
           
 

Constructor parameters in com.atlassian.query.operand with type arguments of type Operand
MultiValueOperand(Collection<? extends Operand> values)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.