Uses of Interface
com.atlassian.jira.issue.search.searchers.information.SearcherInformation

Packages that use SearcherInformation
com.atlassian.jira.dev.reference.plugin.searchers   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.customfields.searchers.information   
com.atlassian.jira.issue.search.searchers   
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.issue.search.searchers.information   
 

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

Methods in com.atlassian.jira.dev.reference.plugin.searchers that return SearcherInformation
 SearcherInformation<CustomField> LabelSearcher.getSearchInformation()
           
 

Uses of SearcherInformation in com.atlassian.jira.issue.customfields.searchers
 

Methods in com.atlassian.jira.issue.customfields.searchers that return SearcherInformation
 SearcherInformation<CustomField> AbstractDateRangeSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> CascadingSelectSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> MultiSelectSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> CustomFieldLabelsSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> ProjectSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> SelectSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> UserPickerGroupSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> GroupPickerSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> VersionSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> ExactTextSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> DateRangeSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> UserPickerSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> NumberRangeSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> TextSearcher.getSearchInformation()
           
 SearcherInformation<CustomField> ExactNumberSearcher.getSearchInformation()
           
 

Uses of SearcherInformation in com.atlassian.jira.issue.customfields.searchers.information
 

Classes in com.atlassian.jira.issue.customfields.searchers.information that implement SearcherInformation
 class CustomFieldSearcherInformation
          Stores information on Custom Field Searchers.
 

Uses of SearcherInformation in com.atlassian.jira.issue.search.searchers
 

Methods in com.atlassian.jira.issue.search.searchers that return SearcherInformation
 SearcherInformation<T> IssueSearcher.getSearchInformation()
          Provides an object that contains information about the Searcher.
 

Uses of SearcherInformation in com.atlassian.jira.issue.search.searchers.impl
 

Methods in com.atlassian.jira.issue.search.searchers.impl that return SearcherInformation
 SearcherInformation<SearchableField> StatusSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ReporterSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ResolutionSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> IssueTypeSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> WorkRatioSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AssigneeSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ComponentsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> FixForVersionsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AbstractDateSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ProjectSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> QuerySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> PrioritySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AbstractRelativeDateSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AffectedVersionsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> LabelsSearcher.getSearchInformation()
           
 

Uses of SearcherInformation in com.atlassian.jira.issue.search.searchers.information
 

Classes in com.atlassian.jira.issue.search.searchers.information that implement SearcherInformation
 class GenericSearcherInformation<T extends SearchableField>
          Provides name and index information for the resolution searcher.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.