Uses of Interface
com.atlassian.jira.jql.util.IndexValueConverter

Packages that use IndexValueConverter
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.util   
 

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

Constructors in com.atlassian.jira.jql.query with parameters of type IndexValueConverter
ActualValueCustomFieldClauseQueryFactory(String luceneField, JqlOperandResolver operandResolver, IndexValueConverter indexValueConverter, boolean supportsRelational)
           
ActualValueEqualityQueryFactory(IndexValueConverter indexValueConverter)
          Creates a Query Factory that does not have a specified representation of empty values and instead checks for the field value absence.
ActualValueEqualityQueryFactory(IndexValueConverter indexValueConverter, String emptyIndexValue)
          Creates a Query Factory that represents Empty values with emptyIndexValue
ActualValueRelationalQueryFactory(IndexValueConverter indexValueConverter)
           
ActualValueRelationalQueryFactory(IndexValueConverter indexValueConverter, String emptyIndexValue)
           
 

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

Subinterfaces of IndexValueConverter in com.atlassian.jira.jql.util
 interface JqlTimetrackingDurationSupport
          Interface for assisting in the parsing of duration values
 

Classes in com.atlassian.jira.jql.util that implement IndexValueConverter
 class GroupCustomFieldIndexValueConverter
          Converts a query literal into the votes index representation.
 class JqlTimetrackingDurationSupportImpl
          The default implementation of JqlTimetrackingDurationSupport
 class NumberIndexValueConverter
          Converts a query literal into a number index representation.
 class SimpleIndexValueConverter
          Simplest index value converter that just uses the toString() implementation.
 class VotesIndexValueConverter
          Converts a query literal into the votes index representation.
 class WatchesIndexValueConverter
          Converts a query literal into the watches index representation.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.