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

Packages that use SingleValueOperand
com.atlassian.jira.issue.search.searchers.util   
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.permission   
com.atlassian.query.operand   
 

Uses of SingleValueOperand in com.atlassian.jira.issue.search.searchers.util
 

Methods in com.atlassian.jira.issue.search.searchers.util that return SingleValueOperand
protected  SingleValueOperand IssueConstantIndexedInputHelper.createSingleValueOperandFromId(String stringValue)
           
protected  SingleValueOperand ComponentIndexedInputHelper.createSingleValueOperandFromId(String stringValue)
           
protected  SingleValueOperand VersionIndexedInputHelper.createSingleValueOperandFromId(String stringValue)
           
protected  SingleValueOperand DefaultIndexedInputHelper.createSingleValueOperandFromId(String stringValue)
          Resolve this string representation of a navigator value (known not to be a field flag) into an operand to be used in a clause.
 

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

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

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

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

Uses of SingleValueOperand in com.atlassian.query.operand
 

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.