com.atlassian.jira.issue.customfields
Interface SortableCustomFieldSearcher
- All Known Subinterfaces:
- CustomFieldSortable
- All Known Implementing Classes:
- AbstractDateRangeSearcher, DateRangeSearcher, DateTimeRangeSearcher, ExactNumberSearcher, ExactTextSearcher, GroupPickerSearcher, LabelSearcher, MultiSelectSearcher, NumberRangeSearcher, ProjectSearcher, SelectSearcher, TextSearcher, 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
getSorter
LuceneFieldSorter getSorter(CustomField customField)
Copyright © 2002-2012 Atlassian. All Rights Reserved.