com.atlassian.jira.issue.customfields
Interface SortableCustomFieldSearcher


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-2011 Atlassian. All Rights Reserved.