|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearcherGroupType | |
|---|---|
| com.atlassian.jira.issue.search.searchers | |
| com.atlassian.jira.issue.search.searchers.information | |
| Uses of SearcherGroupType in com.atlassian.jira.issue.search.searchers |
|---|
| Methods in com.atlassian.jira.issue.search.searchers that return SearcherGroupType | |
|---|---|
SearcherGroupType |
SearcherGroup.getType()
|
static SearcherGroupType |
SearcherGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SearcherGroupType[] |
SearcherGroupType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.jira.issue.search.searchers with parameters of type SearcherGroupType | |
|---|---|
static Comparator<IssueSearcher<?>> |
SearcherComparatorFactory.getSearcherComparator(SearcherGroupType searcherGroupType)
|
| Constructors in com.atlassian.jira.issue.search.searchers with parameters of type SearcherGroupType | |
|---|---|
SearcherGroup(SearcherGroupType type,
Collection<IssueSearcher<?>> searchers)
|
|
| Uses of SearcherGroupType in com.atlassian.jira.issue.search.searchers.information |
|---|
| Methods in com.atlassian.jira.issue.search.searchers.information that return SearcherGroupType | |
|---|---|
SearcherGroupType |
SearcherInformation.getSearcherGroupType()
The searcher group the searcher should be placed in. |
SearcherGroupType |
GenericSearcherInformation.getSearcherGroupType()
|
| Constructors in com.atlassian.jira.issue.search.searchers.information with parameters of type SearcherGroupType | |
|---|---|
GenericSearcherInformation(String id,
String nameKey,
List<Class<? extends FieldIndexer>> indexers,
AtomicReference<T> fieldReference,
SearcherGroupType searcherGroupType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||