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

Packages that use QueryLiteral
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.permission   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.util   
com.atlassian.jira.jql.validator   
com.atlassian.jira.plugin.jql.function   
 

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

Methods in com.atlassian.jira.jql.operand that return QueryLiteral
 QueryLiteral DefaultJqlOperandResolver.getSingleValue(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause clause)
           
 QueryLiteral DefaultJqlOperandResolver.getSingleValue(User user, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause clause)
           
 QueryLiteral JqlOperandResolver.getSingleValue(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause clause)
          Returns the single value contained within the passed operand.
 QueryLiteral JqlOperandResolver.getSingleValue(User user, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.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> EmptyOperandHandler.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.EmptyOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> FunctionOperandHandler.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> MultiValueOperandHandler.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.MultiValueOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> DefaultJqlOperandResolver.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> JqlOperandResolver.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause terminalClause)
          Return the values contained within the passed operand.
 List<QueryLiteral> SingleValueOperandHandler.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.SingleValueOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> OperandHandler.getValues(QueryCreationContext queryCreationContext, T operand, com.atlassian.query.clause.TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> DefaultJqlOperandResolver.getValues(com.atlassian.crowd.embedded.api.User searcher, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> DefaultJqlOperandResolver.getValues(User searcher, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> JqlOperandResolver.getValues(com.atlassian.crowd.embedded.api.User searcher, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause terminalClause)
          Return the values contained within the passed operand.
 List<QueryLiteral> JqlOperandResolver.getValues(User searcher, com.atlassian.query.operand.Operand operand, com.atlassian.query.clause.TerminalClause terminalClause)
          Return the values contained within the passed operand.
 

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

Methods in com.atlassian.jira.jql.permission that return types with arguments of type QueryLiteral
 List<QueryLiteral> LiteralSanitiser.Result.getLiterals()
           
 

Method parameters in com.atlassian.jira.jql.permission with type arguments of type QueryLiteral
 LiteralSanitiser.Result ProjectLiteralSanitiser.sanitiseLiterals(List<QueryLiteral> literals)
          We make a big assumption here that a single project literal will never expand out into more than one project id, because of the rules around project names and resolving.
 LiteralSanitiser.Result LiteralSanitiser.sanitiseLiterals(List<QueryLiteral> literals)
          Note: in general, it is possible that a literal can expand out into multiple id values.
 LiteralSanitiser.Result IssueLiteralSanitiser.sanitiseLiterals(List<QueryLiteral> literals)
          Issue keys are not guaranteed to be 1-1, so this method might actually return more QueryLiterals than what we started with.
 

Constructor parameters in com.atlassian.jira.jql.permission with type arguments of type QueryLiteral
LiteralSanitiser.Result(boolean modified, List<QueryLiteral> literals)
           
 

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

Method parameters in com.atlassian.jira.jql.query with type arguments of type QueryLiteral
 QueryFactoryResult DateRelationalQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult RelationalOperatorIdIndexValueQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> listOfIds)
           
 QueryFactoryResult OperatorSpecificQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
          Generates the Query for a list of operand ids.
 QueryFactoryResult DateEqualityQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult ActualValueEqualityQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult ActualValueRelationalQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult LikeQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult AbstractEqualityQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult RelationalOperatorMutatedIndexValueQueryFactory.createQueryForMultipleValues(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult DateRelationalQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult RelationalOperatorIdIndexValueQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult OperatorSpecificQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
          Generates the Query for a single operand id.
 QueryFactoryResult DateEqualityQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult ActualValueEqualityQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult ActualValueRelationalQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult LikeQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult AbstractEqualityQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult RelationalOperatorMutatedIndexValueQueryFactory.createQueryForSingleValue(String fieldName, com.atlassian.query.operator.Operator operator, List<QueryLiteral> rawValues)
           
 QueryFactoryResult LikeQueryFactory.createResult(String fieldName, List<QueryLiteral> rawValues, com.atlassian.query.operator.Operator operator, boolean handleEmpty)
           
 

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

Methods in com.atlassian.jira.jql.resolver with parameters of type QueryLiteral
 List<org.ofbiz.core.entity.GenericValue> IssueSecurityLevelResolver.getIssueSecurityLevels(com.atlassian.crowd.embedded.api.User searcher, QueryLiteral rawValue)
          Resolves GenericValues representing Issue Security Levels based on the QueryLiteral provided.
 org.ofbiz.core.entity.GenericValue ProjectCategoryResolver.getProjectCategory(QueryLiteral literal)
           
 Collection<Project> ProjectCategoryResolver.getProjectsForCategory(QueryLiteral literal)
           
 

Method parameters in com.atlassian.jira.jql.resolver with type arguments of type QueryLiteral
 List<org.ofbiz.core.entity.GenericValue> IssueSecurityLevelResolver.getIssueSecurityLevels(com.atlassian.crowd.embedded.api.User searcher, List<QueryLiteral> rawValues)
          Resolves GenericValues representing Issue Security Levels based on the QueryLiterals provided.
 List<org.ofbiz.core.entity.GenericValue> IssueSecurityLevelResolver.getIssueSecurityLevelsOverrideSecurity(List<QueryLiteral> rawValues)
          Resolves GenericValues representing Issue Security Levels based on the QueryLiterals provided.
 List<SearchRequest> SavedFilterResolver.getSearchRequest(com.atlassian.crowd.embedded.api.User searcher, List<QueryLiteral> rawValues)
          Resolves QueryLiterals into the SearchRequest objects that the user has permission to see.
 List<SearchRequest> SavedFilterResolver.getSearchRequestOverrideSecurity(List<QueryLiteral> rawValues)
          Resolves QueryLiterals into the SearchRequest objects.
 

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

Methods in com.atlassian.jira.jql.util that return types with arguments of type QueryLiteral
 List<QueryLiteral> JqlCascadingSelectLiteralUtil.createQueryLiteralsFromOptions(com.atlassian.query.operand.Operand sourceOperand, Collection<Option> positiveOptions, Collection<Option> negativeOptions)
          Given a list of Options that should be in the result (positive) and a list of Options that shouldn't (negative) creates a list of QueryLiterals that represent the positive and negative options and be used for generating the query.
 

Methods in com.atlassian.jira.jql.util with parameters of type QueryLiteral
 String VotesIndexValueConverter.convertToIndexValue(QueryLiteral rawValue)
           
 String IndexValueConverter.convertToIndexValue(QueryLiteral rawValue)
           
 String NumberIndexValueConverter.convertToIndexValue(QueryLiteral rawValue)
           
 String JqlDurationSupportImpl.convertToIndexValue(QueryLiteral rawValue)
           
 String SimpleIndexValueConverter.convertToIndexValue(QueryLiteral rawValue)
           
 String GroupCustomFieldIndexValueConverter.convertToIndexValue(QueryLiteral rawValue)
           
 List<Option> JqlSelectOptionsUtil.getOptions(CustomField customField, QueryContext queryContext, QueryLiteral literal, boolean checkOptionIds)
          Returns the options that are represented by the QueryLiteral that are visible in the QueryContext for a particular CustomField.
 List<Option> JqlSelectOptionsUtil.getOptions(CustomField customField, QueryLiteral literal, boolean checkOptionIds)
          Returns all the options possible represented by the QueryLiteral for a particular CustomField.
 List<Option> JqlSelectOptionsUtil.getOptions(CustomField customField, com.atlassian.crowd.embedded.api.User user, QueryLiteral literal, boolean checkOptionIds)
          Returns the options that are represented by the QueryLiteral that are visible to the User on the CustomField.
 boolean JqlCascadingSelectLiteralUtil.isNegativeLiteral(QueryLiteral literal)
          Determines if the QueryLiteral represents a Option that should be excluded from the result.
 

Method parameters in com.atlassian.jira.jql.util with type arguments of type QueryLiteral
 void JqlCascadingSelectLiteralUtil.processPositiveNegativeOptionLiterals(List<QueryLiteral> inputLiterals, List<QueryLiteral> positiveLiterals, List<QueryLiteral> negativeLiterals)
          Processes the input literals into two groups: positive literals and negative literals.
 void JqlCascadingSelectLiteralUtil.processPositiveNegativeOptionLiterals(List<QueryLiteral> inputLiterals, List<QueryLiteral> positiveLiterals, List<QueryLiteral> negativeLiterals)
          Processes the input literals into two groups: positive literals and negative literals.
 void JqlCascadingSelectLiteralUtil.processPositiveNegativeOptionLiterals(List<QueryLiteral> inputLiterals, List<QueryLiteral> positiveLiterals, List<QueryLiteral> negativeLiterals)
          Processes the input literals into two groups: positive literals and negative literals.
 

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

Methods in com.atlassian.jira.jql.validator with parameters of type QueryLiteral
protected  List<Option> CascadingSelectCustomFieldValidator.getOptionsFromLiteral(User searcher, QueryLiteral literal)
           
protected  List<Option> SelectCustomFieldValidator.getOptionsFromLiteral(User searcher, QueryLiteral literal)
           
 

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
protected  List<QueryLiteral> ProjectsLeadByUserFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand functionOperand, com.atlassian.crowd.embedded.api.User user)
           
protected  List<QueryLiteral> ComponentsLeadByUserFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand functionOperand, com.atlassian.crowd.embedded.api.User user)
           
protected abstract  List<QueryLiteral> AbstractUserBasedFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.crowd.embedded.api.User user)
          Get the function return values based on the actual user.
protected abstract  List<QueryLiteral> AbstractUserCapabilityFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.crowd.embedded.api.User user, String capability)
          Get the function return values based on the actual user and capability.
protected  List<QueryLiteral> ProjectsWhereUserHasRoleFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand functionOperand, com.atlassian.crowd.embedded.api.User user, String roleName)
           
protected  List<QueryLiteral> ProjectsWhereUserHasPermissionFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand functionOperand, com.atlassian.crowd.embedded.api.User user, String permissionName)
           
 List<QueryLiteral> JqlFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
          Gets the unexpanded values provided by the user on input.
 List<QueryLiteral> AbstractVersionsFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> LatestReleasedVersionFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> CascadeOptionFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
          Note: this method returns unconvential query literals.
 List<QueryLiteral> EchoFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> VotedIssuesFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> AbstractSingleVersionFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> AbstractUserCapabilityFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand functionOperand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> MembersOfFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> LinkedIssuesFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> StartOfDayFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> IssueHistoryFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> StartOfYearFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> WatchedIssuesFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> LastLoginFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> AllSubIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> EndOfMonthFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> EndOfWeekFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> EarliestUnreleasedVersionFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> EndOfYearFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> AllStandardIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> StartOfMonthFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> CurrentLoginFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> NowFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> AbstractUserBasedFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand functionOperand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> StartOfWeekFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> CurrentUserFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 List<QueryLiteral> EndOfDayFunction.getValues(QueryCreationContext queryCreationContext, com.atlassian.query.operand.FunctionOperand operand, com.atlassian.query.clause.TerminalClause terminalClause)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.