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

Packages that use FunctionOperand
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.permission   
com.atlassian.jira.jql.validator   
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 DefaultJqlOperandResolver.sanitiseFunctionOperand(User searcher, FunctionOperand funcOperand)
           
 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
 FunctionOperandHandler DefaultJqlFunctionHandlerRegistry.getOperandHandler(FunctionOperand operand)
           
 FunctionOperandHandler JqlFunctionHandlerRegistry.getOperandHandler(FunctionOperand operand)
          Fetches the associated OperandHandler for the provided FunctionOperand.
 List<QueryLiteral> FunctionOperandHandler.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 FunctionOperand DefaultJqlOperandResolver.sanitiseFunctionOperand(User searcher, FunctionOperand funcOperand)
           
 FunctionOperand JqlOperandResolver.sanitiseFunctionOperand(User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 MessageSet FunctionOperandHandler.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 

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

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

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

Methods in com.atlassian.jira.jql.validator with parameters of type FunctionOperand
 MessageSet NumberOfArgumentsValidator.validate(FunctionOperand operand)
           
 

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

Methods in com.atlassian.jira.plugin.jql.function that return FunctionOperand
 FunctionOperand ClauseSanitisingJqlFunction.sanitiseOperand(User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand LinkedIssuesFunction.sanitiseOperand(User searcher, FunctionOperand operand)
           
 FunctionOperand AbstractVersionsFunction.sanitiseOperand(User searcher, FunctionOperand operand)
           
 

Methods in com.atlassian.jira.plugin.jql.function with parameters of type FunctionOperand
 List<QueryLiteral> AllStandardIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> AllSubIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> CurrentUserFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> MembersOfFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> EchoFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> VotedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> CascadeOptionFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Note: this method returns unconvential query literals.
 List<QueryLiteral> WatchedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> IssueHistoryFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> NowFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> LinkedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 List<QueryLiteral> AbstractVersionsFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 FunctionOperand ClauseSanitisingJqlFunction.sanitiseOperand(User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand LinkedIssuesFunction.sanitiseOperand(User searcher, FunctionOperand operand)
           
 FunctionOperand AbstractVersionsFunction.sanitiseOperand(User searcher, FunctionOperand operand)
           
 MessageSet JqlFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 MessageSet CurrentUserFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet MembersOfFunction.validate(User searcher, FunctionOperand functionOperand, TerminalClause terminalClause)
           
 MessageSet AbstractIssueTypeFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet EchoFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet VotedIssuesFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet CascadeOptionFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet WatchedIssuesFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet IssueHistoryFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet NowFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet LinkedIssuesFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet AbstractVersionsFunction.validate(User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
protected  MessageSet AbstractJqlFunction.validateNumberOfArgs(FunctionOperand operand, int expected)
           
 

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-2009 Atlassian. All Rights Reserved.