com.atlassian.greenhopper.issue.index
Class FoldingIndexValueConverter

java.lang.Object
  extended by com.atlassian.greenhopper.issue.index.FoldingIndexValueConverter
All Implemented Interfaces:
com.atlassian.jira.jql.util.IndexValueConverter

public class FoldingIndexValueConverter
extends java.lang.Object
implements com.atlassian.jira.jql.util.IndexValueConverter

Index value converter that folds the value using CaseFolding.foldString(String).

Since:
v6.1.2

Constructor Summary
FoldingIndexValueConverter()
           
 
Method Summary
 java.lang.String convertToIndexValue(com.atlassian.jira.jql.operand.QueryLiteral rawValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoldingIndexValueConverter

public FoldingIndexValueConverter()
Method Detail

convertToIndexValue

public java.lang.String convertToIndexValue(com.atlassian.jira.jql.operand.QueryLiteral rawValue)
Specified by:
convertToIndexValue in interface com.atlassian.jira.jql.util.IndexValueConverter


Copyright © 2007-2013 Atlassian. All Rights Reserved.