com.atlassian.jira.issue.customfields
Interface SortableCustomFieldSearcher

All Known Subinterfaces:
CustomFieldSortable
All Known Implementing Classes:
AbstractTextSearcher, DateRangeSearcher, DateTimeRangeSearcher, ExactNumberSearcher, ExactTextSearcher, GroupPickerSearcher, MultiSelectSearcher, NumberRangeSearcher, SelectSearcher, StattableTextSearcher, TextSearcher, UserPickerGroupSearcher, UserPickerSearcher, VersionSearcher

public interface SortableCustomFieldSearcher

A custom field searcher will implement this interface if the custom field can be sorted. If a custom field wishes to sort itself, it can use the slower method SortableCustomField.

See Also:
SortableCustomField

Method Summary
 LuceneFieldSorter getSorter(CustomField customField)
           
 

Method Detail

getSorter

LuceneFieldSorter getSorter(CustomField customField)


Copyright © 2002-2009 Atlassian. All Rights Reserved.