Uses of Interface
com.atlassian.jira.search.FieldValueLoader
Packages that use FieldValueLoader
Package
Description
-
Uses of FieldValueLoader in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields that return FieldValueLoaderModifier and TypeMethodDescriptionValueLoaderCustomFieldSearcher.getValueLoader(CustomField customField) Gets the value loader for the provided custom field. -
Uses of FieldValueLoader in com.atlassian.jira.issue.customfields.searchers
Methods in com.atlassian.jira.issue.customfields.searchers that return FieldValueLoaderModifier and TypeMethodDescriptionCustomFieldLabelsSearcher.getValueLoader(CustomField customField) DateRangeSearcher.getValueLoader(CustomField customField) DateTimeRangeSearcher.getValueLoader(CustomField customField) ExactNumberSearcher.getValueLoader(CustomField customField) GroupPickerSearcher.getValueLoader(CustomField customField) MultiSelectSearcher.getValueLoader(CustomField customField) NumberRangeSearcher.getValueLoader(CustomField customField) ProjectSearcher.getValueLoader(CustomField customField) SelectSearcher.getValueLoader(CustomField customField) UserPickerGroupSearcher.getValueLoader(CustomField customField) UserPickerSearcher.getValueLoader(CustomField customField) VersionPickerSearcher.getValueLoader(CustomField customField) -
Uses of FieldValueLoader in com.atlassian.jira.issue.customfields.statistics
Classes in com.atlassian.jira.issue.customfields.statistics that implement FieldValueLoaderModifier and TypeClassDescriptionclassclassimplementation forinvalid reference
com.atlassian.jira.search.FieldValueLoader<T>CascadingOption.classclassclassA statistics mapper for project select custom fields.classclass -
Uses of FieldValueLoader in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return FieldValueLoaderModifier and TypeMethodDescriptionAbstractAggregateDurationSystemField.getValueLoader()Aggregate fields can not be sorted due to performance/security concerns.AffectedVersionsSystemField.getValueLoader()AggregateProgressBarSystemField.getValueLoader()This field is not sortable.AssigneeSystemField.getValueLoader()ComponentsSystemField.getValueLoader()CreatedSystemField.getValueLoader()CreatorSystemField.getValueLoader()DescriptionSystemField.getValueLoader()DueDateSystemField.getValueLoader()EnvironmentSystemField.getValueLoader()FixVersionsSystemField.getValueLoader()ImmutableCustomField.getValueLoader()If this field has a searcher, and this searcher implementsValueLoaderCustomFieldSearcherthen returnValueLoaderCustomFieldSearcher.getValueLoader(CustomField).IssueLinksSystemField.getValueLoader()IssueTypeSystemField.getValueLoader()KeySystemField.getValueLoader()LabelsSystemField.getValueLoader()LastViewedSystemField.getValueLoader()MockCustomField.getValueLoader()NavigableField.getValueLoader()A loader to be used when loading the value of the field from the index.OriginalEstimateSystemField.getValueLoader()PrioritySystemField.getValueLoader()ProgressBarSystemField.getValueLoader()ProjectSystemField.getValueLoader()ReporterSystemField.getValueLoader()ResolutionDateSystemField.getValueLoader()ResolutionSystemField.getValueLoader()SecurityLevelSystemField.getValueLoader()StatusSystemField.getValueLoader()SubTaskSystemField.getValueLoader()SummarySystemField.getValueLoader()ThumbnailSystemField.getValueLoader()TimeEstimateSystemField.getValueLoader()TimeSpentSystemField.getValueLoader()UpdatedSystemField.getValueLoader()VotesSystemField.getValueLoader()WatchesSystemField.getValueLoader()WorkRatioSystemField.getValueLoader() -
Uses of FieldValueLoader in com.atlassian.jira.issue.statistics
Subinterfaces of FieldValueLoader in com.atlassian.jira.issue.statisticsModifier and TypeInterfaceDescriptioninterfaceAllow mapping from indexes, back to the fields that they came from.interfaceProvides extra method to get non-standard comparator for StatisticMappers to be used when we need different comparison method (eg.comparing custom fields options in gadgets)Classes in com.atlassian.jira.issue.statistics that implement FieldValueLoaderModifier and TypeClassDescriptionclassThis class must ensure threadsafetyclassclassclassclassclassclassclassclassA StatsMapper that takes the document constant name (lucene) and a JFreeChart TimePeriod class, and rounds the dates to the appropriate time periodclassclassclassclassA stats mapper for LabelsclassclassclassPriorityStatisticsMapper.classclassclassclassclassThis StatisticsMapper works exactly the same as PriorityStatisticsMapper, except that it returns a reverse-order comparator.classclassThis implementation must ensure threadsafetyclassclassAStatisticsMapperspecifically forOriginalEstimateSystemField,TimeEstimateSystemFieldandTimeSpentSystemFieldas their index values are stored in a specific format.classclassclassclassFields in com.atlassian.jira.issue.statistics declared as FieldValueLoaderModifier and TypeFieldDescriptionstatic final FieldValueLoader<Object> IssueKeyStatisticsMapper.MAPPER -
Uses of FieldValueLoader in com.atlassian.jira.lucene.internal.issue.search.parameters.lucene.sort
Methods in com.atlassian.jira.lucene.internal.issue.search.parameters.lucene.sort that return FieldValueLoaderConstructors in com.atlassian.jira.lucene.internal.issue.search.parameters.lucene.sort with parameters of type FieldValueLoader -
Uses of FieldValueLoader in com.atlassian.jira.lucene.internal.issue.statistics
Classes in com.atlassian.jira.lucene.internal.issue.statistics that implement FieldValueLoaderModifier and TypeClassDescriptionclassProvides sorting support forLocalDatevalues by reading a document field. -
Uses of FieldValueLoader in com.atlassian.jira.lucene.internal.issue.statistics.util
Classes in com.atlassian.jira.lucene.internal.issue.statistics.util that implement FieldValueLoaderModifier and TypeClassDescriptionclassDeprecated.classProvides a convenient implementation of the StatisticsMapper interface that can be subclassed by developers wishing to adapt the request to a mapper.Constructors in com.atlassian.jira.lucene.internal.issue.statistics.util with parameters of type FieldValueLoader -
Uses of FieldValueLoader in com.atlassian.jira.mock.issue.fields
Methods in com.atlassian.jira.mock.issue.fields that return FieldValueLoader -
Uses of FieldValueLoader in com.atlassian.jira.search
Classes in com.atlassian.jira.search that implement FieldValueLoaderModifier and TypeClassDescriptionfinal recordfinal recordfinal recordMethods in com.atlassian.jira.search that return FieldValueLoaderModifier and TypeMethodDescriptionDefaultValueLoaderFieldSort.valueLoader()Returns the value of thevalueLoaderrecord component.ValueLoaderFieldSort.valueLoader()Methods in com.atlassian.jira.search with parameters of type FieldValueLoaderModifier and TypeMethodDescriptiondefault <T> Optional<T> Document.getValue(FieldValueLoader<T> loader) default <T> List<T> Document.getValues(FieldValueLoader<T> loader) Constructors in com.atlassian.jira.search with parameters of type FieldValueLoaderModifierConstructorDescriptionDefaultValueLoaderFieldSort(FieldValueLoader<T> valueLoader, FieldSort.Order order) Creates an instance of aDefaultValueLoaderFieldSortrecord class. -
Uses of FieldValueLoader in com.atlassian.jira.search.lucene.sort
Constructors in com.atlassian.jira.search.lucene.sort with parameters of type FieldValueLoaderModifierConstructorDescriptionSortedDocValuesValueLoaderFieldComparatorSource(FieldValueLoader<T> valueLoader)
CachingBytesRefMapperinstead.