Uses of Class
com.atlassian.jira.jql.operand.QueryLiteral
Packages that use QueryLiteral
Package
Description
-
Uses of QueryLiteral in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that return types with arguments of type QueryLiteralModifier and TypeMethodDescriptionQueryCache.getValues(QueryCreationContext context, Operand operand, TerminalClause jqlClause) Retrieve the list ofQueryLiterals registered for theQueryCreationContextOperandjqlClause triplet.QueryCacheImpl.getValues(QueryCreationContext context, Operand operand, TerminalClause jqlClause) Method parameters in com.atlassian.jira.bc.issue.search with type arguments of type QueryLiteralModifier and TypeMethodDescriptionvoidQueryCache.setValues(QueryCreationContext context, Operand operand, TerminalClause jqlClause, List<QueryLiteral> values) Set the cached result of a getValues operation on the for theQueryCreationContextOperandjqlClause triplet.voidQueryCacheImpl.setValues(QueryCreationContext context, Operand operand, TerminalClause jqlClause, List<QueryLiteral> values) -
Uses of QueryLiteral in com.atlassian.jira.dev.jql.function
Methods in com.atlassian.jira.dev.jql.function that return types with arguments of type QueryLiteralModifier and TypeMethodDescriptionEchoFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) -
Uses of QueryLiteral in com.atlassian.jira.dev.reference.plugin.jql
Methods in com.atlassian.jira.dev.reference.plugin.jql that return types with arguments of type QueryLiteralModifier and TypeMethodDescriptionEchoJqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) -
Uses of QueryLiteral in com.atlassian.jira.issue.changehistory
Methods in com.atlassian.jira.issue.changehistory with parameters of type QueryLiteralModifier and TypeMethodDescriptionChangeHistoryFieldConstants.getIdsForField(String field, QueryLiteral literal) Deprecated. -
Uses of QueryLiteral in com.atlassian.jira.issue.search.searchers.util
Methods in com.atlassian.jira.issue.search.searchers.util with parameters of type QueryLiteralModifier and TypeMethodDescriptionDefaultDateSearcherInputHelper.getValidNavigatorDate(QueryLiteral dateLiteral, boolean allowTimeComponent) -
Uses of QueryLiteral in com.atlassian.jira.jql.operand
Methods in com.atlassian.jira.jql.operand that return QueryLiteralModifier and TypeMethodDescriptionstatic QueryLiteralSimpleLiteralFactory.createLiteral()static QueryLiteralSimpleLiteralFactory.createLiteral(Long value) static QueryLiteralSimpleLiteralFactory.createLiteral(String value) DefaultJqlOperandResolver.getSingleValue(ApplicationUser user, Operand operand, TerminalClause clause) JqlOperandResolver.getSingleValue(ApplicationUser user, Operand operand, 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 QueryLiteralModifier and TypeMethodDescriptionEmptyWasClauseOperandHandler.getEmptyValue(WasClause clause) DefaultJqlOperandResolver.getValues(QueryCreationContext queryCreationContext, Operand operand, TerminalClause terminalClause) DefaultJqlOperandResolver.getValues(ApplicationUser searcher, Operand operand, TerminalClause terminalClause) DefaultPredicateOperandResolver.getValues(ApplicationUser searcher, String field, Operand operand) EmptyOperandHandler.getValues(QueryCreationContext queryCreationContext, EmptyOperand operand, TerminalClause terminalClause) FunctionOperandHandler.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) JqlOperandResolver.getValues(QueryCreationContext queryCreationContext, Operand operand, TerminalClause terminalClause) Return the values contained within the passed operand.JqlOperandResolver.getValues(ApplicationUser searcher, Operand operand, TerminalClause terminalClause) Return the values contained within the passed operand.MultiValueOperandHandler.getValues(QueryCreationContext queryCreationContext, MultiValueOperand operand, TerminalClause terminalClause) OperandHandler.getValues(QueryCreationContext queryCreationContext, T operand, TerminalClause terminalClause) Gets the unexpanded values provided by the user on input.PredicateOperandHandler.getValues()PredicateOperandResolver.getValues(ApplicationUser searcher, String field, Operand operand) SingleValueOperandHandler.getValues(QueryCreationContext queryCreationContext, SingleValueOperand operand, TerminalClause terminalClause) -
Uses of QueryLiteral in com.atlassian.jira.jql.permission
Methods in com.atlassian.jira.jql.permission that return types with arguments of type QueryLiteralMethod parameters in com.atlassian.jira.jql.permission with type arguments of type QueryLiteralModifier and TypeMethodDescriptionIssueLiteralSanitiser.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.LiteralSanitiser.sanitiseLiterals(List<QueryLiteral> literals) Note: in general, it is possible that a literal can expand out into multiple id values.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.Constructor parameters in com.atlassian.jira.jql.permission with type arguments of type QueryLiteral -
Uses of QueryLiteral in com.atlassian.jira.jql.query
Method parameters in com.atlassian.jira.jql.query with type arguments of type QueryLiteralModifier and TypeMethodDescriptionAbstractEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.ActualValueEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.ActualValueRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.DateEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.DateRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LikeQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LocalDateEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LocalDateRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.NumberEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.NumberRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.OperatorSpecificQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.Generates the Query for a list of operand ids.RelationalOperatorIdIndexValueQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> listOfIds) Deprecated, for removal: This API element is subject to removal in a future version.RelationalOperatorMutatedIndexValueQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.VersionLikeQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.VersionSpecificRelationalOperatorQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.AbstractEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.ActualValueEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.ActualValueRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.DateEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.DateRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LikeQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LocalDateEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LocalDateRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.NumberEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.NumberRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.OperatorSpecificQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.Generates the Query for a single operand id.RelationalOperatorIdIndexValueQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.RelationalOperatorMutatedIndexValueQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.VersionLikeQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.VersionSpecificRelationalOperatorQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version.LikeQueryFactory.createResult(String fieldName, List<QueryLiteral> rawValues, Operator operator, boolean handleEmpty) Deprecated, for removal: This API element is subject to removal in a future version.AbstractDateOperatorQueryFactory.getDateValues(List<QueryLiteral> rawValues) protected List<org.apache.lucene.search.Query>LikeQueryFactory.getQueries(String fieldName, List<QueryLiteral> rawValues) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryLiteral in com.atlassian.jira.jql.resolver
Methods in com.atlassian.jira.jql.resolver with parameters of type QueryLiteralModifier and TypeMethodDescriptionIssueSecurityLevelResolver.getIssueSecurityLevels(ApplicationUser searcher, QueryLiteral rawValue) ResolvesGenericValues representing Issue Security Levels based on theQueryLiteralprovided.ProjectCategoryResolver.getProjectCategory(QueryLiteral literal) ProjectCategoryResolver.getProjectsForCategory(QueryLiteral literal) io.atlassian.fugue.Option<StatusCategory>StatusCategoryResolver.getStatusCategory(QueryLiteral rawValue) ChangeHistoryFieldIdResolver.resolveIdsForField(String field, QueryLiteral literal, boolean emptyOperand) Method parameters in com.atlassian.jira.jql.resolver with type arguments of type QueryLiteralModifier and TypeMethodDescriptionIssueSecurityLevelResolver.getIssueSecurityLevels(ApplicationUser searcher, List<QueryLiteral> rawValues) ResolvesGenericValues representing Issue Security Levels based on theQueryLiterals provided.IssueSecurityLevelResolver.getIssueSecurityLevelsOverrideSecurity(List<QueryLiteral> rawValues) ResolvesGenericValues representing Issue Security Levels based on theQueryLiterals provided.SavedFilterResolver.getSearchRequest(ApplicationUser searcher, List<QueryLiteral> rawValues) ResolvesQueryLiterals into theSearchRequestobjects that the user has permission to see.SavedFilterResolver.getSearchRequestOverrideSecurity(List<QueryLiteral> rawValues) ResolvesQueryLiterals into theSearchRequestobjects.StatusCategoryResolver.getStatusCategories(Collection<QueryLiteral> queryLiterals) -
Uses of QueryLiteral in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util that return types with arguments of type QueryLiteralModifier and TypeMethodDescriptionJqlCascadingSelectLiteralUtil.createQueryLiteralsFromOptions(Operand sourceOperand, Collection<Option> positiveOptions, Collection<Option> negativeOptions) Given a list ofOptions that should be in the result (positive) and a list ofOptions that shouldn't (negative) creates a list ofQueryLiterals 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 QueryLiteralModifier and TypeMethodDescriptionGroupCustomFieldIndexValueConverter.convertToIndexValue(QueryLiteral rawValue) IndexValueConverter.convertToIndexValue(QueryLiteral rawValue) JqlTimetrackingDurationSupportImpl.convertToIndexValue(QueryLiteral rawValue) NumberIndexValueConverter.convertToIndexValue(QueryLiteral rawValue) SimpleIndexValueConverter.convertToIndexValue(QueryLiteral rawValue) VotesIndexValueConverter.convertToIndexValue(QueryLiteral rawValue) WatchesIndexValueConverter.convertToIndexValue(QueryLiteral rawValue) JqlLocalDateSupport.getLocalDateFromQueryLiteral(QueryLiteral rawValue) Try to parse the passed date in query literal.JqlLocalDateSupportImpl.getLocalDateFromQueryLiteral(QueryLiteral rawValue) JqlSelectOptionsUtil.getOptions(CustomField customField, QueryContext queryContext, QueryLiteral literal, boolean checkOptionIds) Returns the options that are represented by theQueryLiteralthat are visible in theQueryContextfor a particularCustomField.JqlSelectOptionsUtil.getOptions(CustomField customField, QueryLiteral literal, boolean checkOptionIds) Returns all the options possible represented by theQueryLiteralfor a particularCustomField.JqlSelectOptionsUtil.getOptions(CustomField customField, ApplicationUser user, QueryLiteral literal, boolean checkOptionIds) Returns the options that are represented by theQueryLiteralthat are visible to theUseron theCustomField.booleanJqlCascadingSelectLiteralUtil.isNegativeLiteral(QueryLiteral literal) Determines if the QueryLiteral represents aOptionthat should be excluded from the result.Method parameters in com.atlassian.jira.jql.util with type arguments of type QueryLiteralModifier and TypeMethodDescriptionJqlLocalDateSupport.getLocalDatesFromQueryLiterals(List<QueryLiteral> rawValues) Try to parse the passed dates in query literals.JqlLocalDateSupportImpl.getLocalDatesFromQueryLiterals(List<QueryLiteral> rawValues) voidJqlCascadingSelectLiteralUtil.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 QueryLiteralModifier and TypeMethodDescriptionCascadingSelectCustomFieldValidator.getOptionsFromLiteral(ApplicationUser searcher, QueryLiteral literal) SelectCustomFieldValidator.getOptionsFromLiteral(ApplicationUser searcher, QueryLiteral literal) SelectCustomFieldValidator.getOptionsFromLiteralOverrideSecurity(QueryLiteral literal) Method parameters in com.atlassian.jira.jql.validator with type arguments of type QueryLiteralModifier and TypeMethodDescriptionHistoryFieldValueValidator.validateValues(ApplicationUser searcher, String fieldName, List<QueryLiteral> rawValues) Validate a set of values supplied within a JQL query. -
Uses of QueryLiteral in com.atlassian.jira.matchers
Methods in com.atlassian.jira.matchers that return types with arguments of type QueryLiteralModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Iterable<QueryLiteral>>QueryLiteralMatchers.emptyIterable()static org.hamcrest.Matcher<QueryLiteral>QueryLiteralMatchers.literal()static org.hamcrest.Matcher<QueryLiteral>static org.hamcrest.Matcher<? super QueryLiteral>static org.hamcrest.Matcher<QueryLiteral>static org.hamcrest.Matcher<Iterable<? extends QueryLiteral>>static org.hamcrest.Matcher<Iterable<? extends QueryLiteral>> -
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 QueryLiteralModifier and TypeMethodDescriptionprotected abstract List<QueryLiteral>AbstractUserBasedFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand operand, ApplicationUser user) Get the function return values based on the actual user.protected abstract List<QueryLiteral>AbstractUserCapabilityFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand operand, ApplicationUser user, String capability) Get the function return values based on the actual user and capability.protected List<QueryLiteral>ComponentsLeadByUserFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user) protected List<QueryLiteral>ProjectsLeadByUserFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user) protected List<QueryLiteral>ProjectsWhereUserHasPermissionFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user, String permissionName) protected List<QueryLiteral>ProjectsWhereUserHasRoleFunction.getFunctionValuesList(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, ApplicationUser user, String roleName) AbstractUserBasedFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, TerminalClause terminalClause) AbstractUserCapabilityFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand functionOperand, TerminalClause terminalClause) AbstractVersionsFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) AllStandardIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) AllSubIssueTypesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) CascadeOptionFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) Note: this method returns unconvential query literals.CurrentLoginFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) CurrentUserFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EarliestUnreleasedVersionFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfDayFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfMonthFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfWeekFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) EndOfYearFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) IssueHistoryFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) JqlFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) Gets the unexpanded values provided by the user on input.LastLoginFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) LatestReleasedVersionFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) LinkedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) MembersOfFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) NowFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) RemoteLinksByGlobalIdFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfDayFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfMonthFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfWeekFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) StartOfYearFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) UpdatedByFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) VotedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) WatchedIssuesFunction.getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause) -
Uses of QueryLiteral in com.atlassian.jira.search.jql
Method parameters in com.atlassian.jira.search.jql with type arguments of type QueryLiteralModifier and TypeMethodDescriptionAbstractEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) LikeQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberEqualityQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberRelationalQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) OperatorSpecificQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) Generates the query for a list of operand ids.RelationalOperatorIdIndexValueQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> listOfIds) RelationalOperatorMutatedIndexValueQueryMapper.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionLikeQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionSpecificRelationalOperatorQueryFactory.createQueryForMultipleValues(String fieldName, Operator operator, List<QueryLiteral> rawValues) AbstractEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) ActualValueRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) DateRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) LikeQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) LocalDateRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberEqualityQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) NumberRelationalQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) OperatorSpecificQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) Generates the query for a single operand id.RelationalOperatorIdIndexValueQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) RelationalOperatorMutatedIndexValueQueryMapper.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionLikeQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) VersionSpecificRelationalOperatorQueryFactory.createQueryForSingleValue(String fieldName, Operator operator, List<QueryLiteral> rawValues) LikeQueryFactory.createResult(String fieldName, List<QueryLiteral> rawValues, Operator operator, boolean handleEmpty) AbstractEntityResolverClauseQueryMapper.getIdsFromClauseInternal(Set<QueryLiteral> rawValues) ProjectCategoryClauseQueryMapper.getIdsFromClauseInternal(Set<QueryLiteral> rawValues) StatusCategoryClauseQueryMapper.getIdsFromClauseInternal(Set<QueryLiteral> rawValues) LikeQueryFactory.getQueries(String fieldName, List<QueryLiteral> rawValues) -
Uses of QueryLiteral in com.atlassian.query.operand
Method parameters in com.atlassian.query.operand with type arguments of type QueryLiteralModifier and TypeMethodDescriptionstatic MultiValueOperandMultiValueOperand.ofQueryLiterals(Collection<QueryLiteral> literals) Constructors in com.atlassian.query.operand with parameters of type QueryLiteralModifierConstructorDescriptionMultiValueOperand(QueryLiteral... literals) SingleValueOperand(QueryLiteral literal) Note: cannot accept an emptyQueryLiteral.