Interface FieldSortsCustomFieldSearcher
- All Known Implementing Classes:
CascadingSelectSearcher,GroupPickerSearcher,LabelSearcher,MultiSelectSearcher,ProjectSearcher,SelectSearcher,UserPickerGroupSearcher,UserPickerSearcher,VersionPickerSearcher
@PublicSpi
public interface FieldSortsCustomFieldSearcher
A custom field searcher will implement this interface if the custom field can be used for sorting during searching.
- Since:
- 10.4
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldSorts(CustomField customField, FieldSort.Order order) Get the index field sorts for the provided custom field
-
Method Details
-
getFieldSorts
Get the index field sorts for the provided custom field- Returns:
- the index field sorts for the provided custom field
-