Uses of Interface
com.atlassian.jira.issue.search.searchers.util.IndexedInputHelper

Packages that use IndexedInputHelper
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.search.searchers.util   
 

Uses of IndexedInputHelper in com.atlassian.jira.issue.search.searchers.transformer
 

Methods in com.atlassian.jira.issue.search.searchers.transformer that return IndexedInputHelper
protected  IndexedInputHelper IdIndexedSearchInputTransformer.getIndexedInputHelper()
           
 

Uses of IndexedInputHelper in com.atlassian.jira.issue.search.searchers.util
 

Classes in com.atlassian.jira.issue.search.searchers.util that implement IndexedInputHelper
 class ComponentIndexedInputHelper
          Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Component names.
 class DefaultIndexedInputHelper<T>
          The default implementation for the IndexedInputHelper.
 class IssueConstantIndexedInputHelper<T extends IssueConstant>
          Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Issue Constant names.
 class VersionIndexedInputHelper
          Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Version names.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.