Uses of Class
com.atlassian.jira.jql.operand.QueryLiteral

Packages that use QueryLiteral
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.jql.operand   
com.atlassian.jira.plugin.jql.function   
com.atlassian.query.operand   
 

Uses of QueryLiteral in com.atlassian.jira.issue.changehistory
 

Methods in com.atlassian.jira.issue.changehistory with parameters of type QueryLiteral
 Set<String> ChangeHistoryFieldConstants.getIdsForField(String field, QueryLiteral literal)
           
 

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

Methods in com.atlassian.jira.jql.operand that return QueryLiteral
 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.
 

Methods in com.atlassian.jira.jql.operand that return types with arguments of type QueryLiteral
 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.
 

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

Methods in com.atlassian.jira.plugin.jql.function that return types with arguments of type QueryLiteral
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 

Uses of QueryLiteral in com.atlassian.query.operand
 

Method parameters in com.atlassian.query.operand with type arguments of type QueryLiteral
static MultiValueOperand MultiValueOperand.ofQueryLiterals(Collection<QueryLiteral> literals)
           
 

Constructors in com.atlassian.query.operand with parameters of type QueryLiteral
MultiValueOperand(QueryLiteral... literals)
           
SingleValueOperand(QueryLiteral literal)
          Note: cannot accept an empty QueryLiteral.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.