Uses of Interface
com.atlassian.query.clause.TerminalClause

Packages that use TerminalClause
com.atlassian.jira.jql.context   
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.permission   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.validator   
com.atlassian.jira.plugin.jql.function   
com.atlassian.query.clause   
 

Uses of TerminalClause in com.atlassian.jira.jql.context
 

Methods in com.atlassian.jira.jql.context with parameters of type TerminalClause
 ClauseContext ClauseContextFactory.getClauseContext(User searcher, TerminalClause terminalClause)
          Generates a clause context for the associated handler.
 

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

Methods in com.atlassian.jira.jql.operand with parameters of type TerminalClause
 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.
 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.
 

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

Methods in com.atlassian.jira.jql.permission with parameters of type TerminalClause
 Clause ClauseSanitiser.sanitise(com.atlassian.crowd.embedded.api.User user, TerminalClause clause)
          Given a user and a clause, will return a sanitised clause that when possible will not contain any information that the specified user does not have permission to see.
 

Uses of TerminalClause in com.atlassian.jira.jql.query
 

Methods in com.atlassian.jira.jql.query with parameters of type TerminalClause
 QueryFactoryResult ClauseQueryFactory.getQuery(QueryCreationContext queryCreationContext, TerminalClause terminalClause)
          Generates a lucene query for the passed TerminalClause.
 

Uses of TerminalClause in com.atlassian.jira.jql.validator
 

Methods in com.atlassian.jira.jql.validator with parameters of type TerminalClause
 MessageSet SupportedOperatorsValidator.validate(User searcher, TerminalClause terminalClause)
           
 MessageSet SupportedOperatorsValidator.validate(com.atlassian.crowd.embedded.api.User searcher, TerminalClause terminalClause)
           
 MessageSet ClauseValidator.validate(User searcher, TerminalClause terminalClause)
          Validates a clause and adds human readable i18n'ed messages if there is a problem.
 

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

Methods in com.atlassian.jira.plugin.jql.function with parameters of type TerminalClause
 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 TerminalClause in com.atlassian.query.clause
 

Subinterfaces of TerminalClause in com.atlassian.query.clause
 interface WasClause
          TODO: Document this class / interface here
 

Methods in com.atlassian.query.clause with parameters of type TerminalClause
 R ClauseVisitor.visit(TerminalClause clause)
          Visit called when accepting a TerminalClause.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.