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

Packages that use FunctionOperand
com.atlassian.jira.jql.operand   
com.atlassian.jira.plugin.jql.function   
com.atlassian.query.operand   
 

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

Methods in com.atlassian.jira.jql.operand that return FunctionOperand
 FunctionOperand JqlOperandResolver.sanitiseFunctionOperand(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand JqlOperandResolver.sanitiseFunctionOperand(User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 

Methods in com.atlassian.jira.jql.operand with parameters of type FunctionOperand
 FunctionOperand JqlOperandResolver.sanitiseFunctionOperand(com.atlassian.crowd.embedded.api.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand JqlOperandResolver.sanitiseFunctionOperand(User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 

Uses of FunctionOperand in com.atlassian.jira.plugin.jql.function
 

Methods in com.atlassian.jira.plugin.jql.function with parameters of type FunctionOperand
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 MessageSet JqlFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 

Uses of FunctionOperand in com.atlassian.query.operand
 

Methods in com.atlassian.query.operand with parameters of type FunctionOperand
 R OperandVisitor.visit(FunctionOperand function)
          The method called when visiting a FunctionOperand.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.