@Internal public class CascadingSelectStatisticsMapper extends CascadingOptionFieldSorter implements ValueStatisticMapper<CascadingOption>, SearchRequestAppender.Factory<CascadingOption>
Modifier and Type | Field and Description |
---|---|
static String |
PARENT_AND_CHILD_INDEX_SEPARATOR |
static String |
SUB_VALUE_SUFFIX |
customField, selectConverter
Constructor and Description |
---|
CascadingSelectStatisticsMapper(CustomField customField,
SelectConverter selectConverter,
JiraAuthenticationContext authenticationContext,
CustomFieldInputHelper customFieldInputHelper) |
Modifier and Type | Method and Description |
---|---|
SearchRequestAppender<CascadingOption> |
getSearchRequestAppender() |
SearchRequest |
getSearchUrlSuffix(CascadingOption option,
SearchRequest searchRequest)
Deprecated.
Use #getSearchRequestAppender().appendInclusiveSingleValueClause()
|
Comparator<CascadingOption> |
getValueComparator() |
int |
hashCode()
As this object is used as a key in a cache, this method must be provided and respect all internal state.
|
boolean |
isFieldAlwaysPartOfAnIssue()
Check if the field is always part of an issues data.
|
boolean |
isValidValue(CascadingOption value)
Check whether this value is valid for this particular search.
|
getComparator, getDocumentConstant, getValueFromLuceneField
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
equals, getComparator, getDocumentConstant, getValueFromLuceneField
public static final String SUB_VALUE_SUFFIX
public static final String PARENT_AND_CHILD_INDEX_SEPARATOR
public CascadingSelectStatisticsMapper(CustomField customField, SelectConverter selectConverter, JiraAuthenticationContext authenticationContext, CustomFieldInputHelper customFieldInputHelper)
public SearchRequestAppender<CascadingOption> getSearchRequestAppender()
getSearchRequestAppender
in interface SearchRequestAppender.Factory<CascadingOption>
public Comparator<CascadingOption> getValueComparator()
getValueComparator
in interface ValueStatisticMapper<CascadingOption>
public boolean isValidValue(CascadingOption value)
StatisticsMapper
isValidValue
in interface StatisticsMapper<CascadingOption>
value
- This is the same value that will be returned from LuceneFieldSorter.getValueFromLuceneField(String)
public boolean isFieldAlwaysPartOfAnIssue()
StatisticsMapper
isFieldAlwaysPartOfAnIssue
in interface StatisticsMapper<CascadingOption>
@Deprecated public SearchRequest getSearchUrlSuffix(CascadingOption option, SearchRequest searchRequest)
StatisticsMapper
eg. a project field would return a SearchRequest object who's getQueryString method will produce
pid=10240
Note that values returned from implementations should return values that are URLEncoded.
getSearchUrlSuffix
in interface StatisticsMapper<CascadingOption>
option
- This is the same value that will be returned from LuceneFieldSorter.getValueFromLuceneField(String)
searchRequest
- is the search request that should be used as the base of the newly generated
SearchRequest object. If this parameter is null then the return type will also be null.URLEncoder.encode(String)
public int hashCode()
LuceneFieldSorter
See the class javadoc entry for more details.
hashCode
in interface LuceneFieldSorter<CascadingOption>
hashCode
in class Object
Copyright © 2002-2017 Atlassian. All Rights Reserved.