Package com.atlassian.jira.issue.search.searchers.util

Interface Summary
DateSearcherInputHelper Inteface for classues that parse JQL clauses and determine if they are suitable for usage in the Navigator or Search URL.
IndexedInputHelper Provides methods for retreiving the Navigator or index representations of the values in a query clause, be they index values, functions or string values.
QuerySearcherInputHelper Interface for parsing JQL clauses to determine if they are suitable for usage in the Navigator or Search URL.
WorkRatioSearcherInputHelper Inteface for classues that parse JQL clauses and determine if they are suitable for usage in the Navigator or Search URL.
 

Class Summary
AbstractDateSearchInputHelper  
AbstractDateSearchInputHelper.ParseDateResult  
ComponentIndexedInputHelper Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Component names.
DateSearcherConfig Simple helper class that generates navigator param and form names given a date field id.
DateSearcherInputHelper.ConvertClauseResult  
DefaultDateSearcherInputHelper Helper class to parse JQL clauses and determine if they are suitable for usage in the Navigator or Search URL.
DefaultIndexedInputHelper<T> The default implementation for the IndexedInputHelper.
DefaultQuerySearcherInputHelper A simple object that can determine if a query string has been provided AND that it is relevant across all the text system fields AND which of those fields are relevant.
DefaultWorkRatioSearcherInputHelper Helper class to parse JQL clauses and determine if they are suitable for usage in the Navigator or Search URL.
IssueConstantIndexedInputHelper<T extends IssueConstant> Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Issue Constant names.
RecursiveClauseVisitor A base clause visitor that recursively visits each clause in a clause tree.
RelativeDateSearcherInputHelper  
RelevantSearcherVisitor Visitor that looks at a clause and determines the searchers that are relevant.
TerminalClauseCollectingVisitor A clause collecting visitor that collects all the termical clauses in a clause tree.
UserFitsNavigatorHelper This is a helper class for determining if a user fits in the navigator.
VersionIndexedInputHelper Extension of DefaultIndexedInputHelper that knows how to create SingleValueOperands by resolving ids to Version names.
WorkRatioSearcherConfig Simple helper class that generates navigator param and form names given a date field id.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.