Uses of Class
com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer

Packages that use AbstractCustomFieldIndexer
com.atlassian.jira.dev.reference.plugin.searchers   
com.atlassian.jira.issue.index.indexers.impl   
 

Uses of AbstractCustomFieldIndexer in com.atlassian.jira.dev.reference.plugin.searchers
 

Subclasses of AbstractCustomFieldIndexer in com.atlassian.jira.dev.reference.plugin.searchers
 class LabelsCustomFieldIndexer
          A sreference class that implements a custom field indexer
 

Uses of AbstractCustomFieldIndexer in com.atlassian.jira.issue.index.indexers.impl
 

Subclasses of AbstractCustomFieldIndexer in com.atlassian.jira.issue.index.indexers.impl
 class CascadingSelectCustomFieldIndexer
          A custom field indexer for the cascading select custom fields.
 class CustomFieldLabelsIndexer
          A CustomFieldLabelsIndexer
 class DateCustomFieldIndexer
          An indexer for the date custom fields
 class ExactTextCustomFieldIndexer
          A custom field indexer for text fields that can be sorted
 class GroupCustomFieldIndexer
          A simple custom field indexer for group custom fields
 class LocalDateIndexer
           
 class MultiSelectCustomFieldIndexer
          A custom field indexer for the multi select custom fields (e.g.
 class NumberCustomFieldIndexer
          A simple custom field indexer for the number custom fields
 class ProjectCustomFieldIndexer
          A simple custom field indexer for the ProjectPicker custom field.
 class SelectCustomFieldIndexer
          A simple version custom field indexer for the select custom fields (e.g.
 class SortableTextCustomFieldIndexer
          A custom field indexer for text fields that can be sorted
 class UserCustomFieldIndexer
          A simple version custom field indexer for the SingleUserPicker custom field.
 class VersionCustomFieldIndexer
          A simple version custom field indexer.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.