Package 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
-
Method Details
-
convertToIndexValue
- Parameters:
rawValue- the query literal to convert- Returns:
- the string of the index representation, null if the conversion fails
-