com.atlassian.jira.issue.customfields
Interface SortableCustomFieldSearcher

All Known Subinterfaces:
CustomFieldSortable
All Known Implementing Classes:
ExactNumberSearcher, GroupPickerSearcher, LabelSearcher, MultiSelectSearcher, NumberRangeSearcher, ProjectSearcher, SelectSearcher, UserPickerGroupSearcher, UserPickerSearcher, VersionSearcher

@PublicSpi
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, NaturallyOrderedCustomFieldSearcher

Method Summary
 LuceneFieldSorter getSorter(CustomField customField)
           
 

Method Detail

getSorter

LuceneFieldSorter getSorter(CustomField customField)


Copyright © 2002-2014 Atlassian. All Rights Reserved.