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 JqlOperandResolver.sanitiseFunctionOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand DefaultJqlOperandResolver.sanitiseFunctionOperand(com.opensymphony.user.User searcher, FunctionOperand funcOperand)
           
 

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.
 java.util.List<QueryLiteral> FunctionOperandHandler.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 FunctionOperand JqlOperandResolver.sanitiseFunctionOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand DefaultJqlOperandResolver.sanitiseFunctionOperand(com.opensymphony.user.User searcher, FunctionOperand funcOperand)
           
 MessageSet FunctionOperandHandler.validate(com.opensymphony.user.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(com.opensymphony.user.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand LinkedIssuesFunction.sanitiseOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
           
 FunctionOperand AbstractVersionsFunction.sanitiseOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
           
 

Methods in com.atlassian.jira.plugin.jql.function with parameters of type FunctionOperand
protected abstract  java.util.List<QueryLiteral> AbstractUserBasedFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand operand, com.opensymphony.user.User user)
          Get the function return values based on the actual user.
protected  java.util.List<QueryLiteral> ComponentsLeadByUserFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, com.opensymphony.user.User user)
           
protected  java.util.List<QueryLiteral> ProjectsLeadByUserFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, com.opensymphony.user.User user)
           
protected  java.util.List<QueryLiteral> ProjectsWhereUserHasPermissionFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, com.opensymphony.user.User user, java.lang.String permissionName)
           
protected  java.util.List<QueryLiteral> ProjectsWhereUserHasRoleFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, com.opensymphony.user.User user, java.lang.String roleName)
           
protected abstract  java.util.List<QueryLiteral> AbstractUserCapabilityFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand operand, com.opensymphony.user.User user, java.lang.String capability)
          Get the function return values based on the actual user and capability.
 java.util.List<QueryLiteral> CurrentUserFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> AbstractUserBasedFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> NowFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> CurrentLoginFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> AllStandardIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 java.util.List<QueryLiteral> AllSubIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> LastLoginFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> WatchedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> IssueHistoryFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> LinkedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> MembersOfFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> AbstractUserCapabilityFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> VotedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> EchoFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 java.util.List<QueryLiteral> CascadeOptionFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
          Note: this method returns unconvential query literals.
 java.util.List<QueryLiteral> AbstractVersionsFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
           
 FunctionOperand ClauseSanitisingJqlFunction.sanitiseOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
          Sanitise a function operand for the specified user, so that information is not leaked.
 FunctionOperand LinkedIssuesFunction.sanitiseOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
           
 FunctionOperand AbstractVersionsFunction.sanitiseOperand(com.opensymphony.user.User searcher, FunctionOperand operand)
           
 MessageSet CurrentUserFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet AbstractUserBasedFunction.validate(com.opensymphony.user.User searcher, FunctionOperand functionOperand, TerminalClause terminalClause)
           
 MessageSet NowFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet CurrentLoginFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet JqlFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
          Will validate the function operand's arguments and report back any errors.
 MessageSet LastLoginFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet WatchedIssuesFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet IssueHistoryFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet LinkedIssuesFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet MembersOfFunction.validate(com.opensymphony.user.User searcher, FunctionOperand functionOperand, TerminalClause terminalClause)
           
 MessageSet AbstractUserCapabilityFunction.validate(com.opensymphony.user.User searcher, FunctionOperand functionOperand, TerminalClause terminalClause)
           
 MessageSet VotedIssuesFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet EchoFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet AbstractIssueTypeFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet CascadeOptionFunction.validate(com.opensymphony.user.User searcher, FunctionOperand operand, TerminalClause terminalClause)
           
 MessageSet AbstractVersionsFunction.validate(com.opensymphony.user.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-2010 Atlassian. All Rights Reserved.