com.atlassian.jira.jql.util
Interface IndexValueConverter

All Known Subinterfaces:
JqlTimetrackingDurationSupport
All Known Implementing Classes:
GroupCustomFieldIndexValueConverter, JqlTimetrackingDurationSupportImpl, NumberIndexValueConverter, SimpleIndexValueConverter, VotesIndexValueConverter, WatchesIndexValueConverter

public interface IndexValueConverter

A simple interface for converting QueryLiterals to their index representation.

Since:
v4.0

Method Summary
 String convertToIndexValue(QueryLiteral rawValue)
           
 

Method Detail

convertToIndexValue

String convertToIndexValue(QueryLiteral rawValue)
Parameters:
rawValue - the query literal to convert
Returns:
the string of the index representation, null if the conversion fails


Copyright © 2002-2014 Atlassian. All Rights Reserved.