Modifier and Type | Class and Description |
---|---|
class |
SimpleAllTextCustomFieldSearcherClauseHandler
Implements the
AllTextCustomFieldSearcherClauseHandler marker interface. |
class |
SimpleCustomFieldClauseContextHandler
A simple class for createing a context aware clause handler for a custom field.
|
class |
SimpleCustomFieldClauseSanitiserHandler
Used for custom fields which additionally require their clauses to be sanitised.
|
class |
SimpleCustomFieldSearcherClauseHandler
A simple implementation of the
CustomFieldSearcherClauseHandler . |
Modifier and Type | Class and Description |
---|---|
class |
CascadingSelectCustomFieldSearchInputTransformer
The
SearchInputTransformer
for cascading select custom fields. |
Modifier and Type | Class and Description |
---|---|
class |
CascadingSelectCustomFieldIndexer
A custom field indexer for the cascading select custom fields.
|
Modifier and Type | Class and Description |
---|---|
class |
DeterminedProjectsExtractor
Util class for extracting determined projects from query.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkRatioSearchRenderer
Searcher Renderer for the
WorkRatioSearcher |
Modifier and Type | Class and Description |
---|---|
class |
IdIndexedSearchInputTransformer<T>
A SearchInputTransformer that handles any field that is represented by its id in the Lucene document, and hence
is represented by a select list in the Issue Navigator.
|
class |
WorkRatioSearchInputTransformer
Search input transformer for the
WorkRatioSearcher . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndexedInputHelper<T>
The default implementation for the
IndexedInputHelper . |
class |
DefaultWorkRatioSearcherInputHelper
Helper class to parse JQL clauses and determine if they are suitable for usage in the Navigator or Search URL.
|
class |
WorkRatioSearcherConfig
Simple helper class that generates navigator param and form names given a date field id.
|
Modifier and Type | Class and Description |
---|---|
class |
WorklogAction |
Modifier and Type | Class and Description |
---|---|
class |
WorklogClausesTransformerVisitor
This visitor executes all worklog clauses and replaces them
with a clause of the form "issuekey in (issue id-s of found worklogs)".
|
Modifier and Type | Class and Description |
---|---|
class |
CascadingSelectCustomFieldClauseContextFactory
The context calculation for cascading select.
|
class |
IssueSecurityLevelClauseContextFactory
A context factory for issue security level clauses.
|
class |
QueryContextVisitor
A visitor that is used to generate a
QueryContextVisitor.ContextResult , which contains the full and simple
QueryContext s of the visited Query . |
Modifier and Type | Class and Description |
---|---|
class |
ClauseSanitisingVisitor
A visitor for converting a clause into its sanitised form.
|
class |
CustomFieldClausePermissionChecker
A clause permission checker for custom fields that will check the users permission to see the field and also that
the user has permission to see at least one context on the custom field.
|
class |
FieldClausePermissionChecker
A clause permission checker that will check only the users permission to see the field, based on the
configured field configuration schemes.
|
class |
IssueLiteralSanitiser
Sanitise the issue keys or ids stored in
QueryLiteral s. |
class |
ProjectLiteralSanitiser
Sanitise the project keys, names or ids stored in
QueryLiteral s. |
Modifier and Type | Class and Description |
---|---|
class |
CascadingSelectCustomFieldClauseQueryFactory
Factory for producing clauses for the cascading select custom fields
|
class |
SelectCustomFieldClauseQueryFactory
Factory for producing clauses for the cascading select custom fields
|
Modifier and Type | Class and Description |
---|---|
class |
CascadingSelectCustomFieldValidator
A validator for cascading select custom fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionSearchObjectManager<T>
A very basic implementation of
SessionSearchObjectManager which only allows a single object to be set session-wide. |
class |
DefaultSessionNextPreviousPagerManager
Provides access to getting and setting
NextPreviousPager objects in session. |
class |
DefaultSessionPagerFilterManager
Provides access to getting and setting
PagerFilter objects in session. |
class |
DefaultSessionSearchRequestManager
Provides access to getting and setting
SearchRequest objects in session. |
class |
DefaultSessionSelectedIssueManager
Provides access to getting and setting the selected issue (stored as a
Long ) in session. |
interface |
SessionNextPreviousPagerManager
Provides access to getting and setting
NextPreviousPager objects in session. |
interface |
SessionPagerFilterManager
Provides access to getting and setting
PagerFilter objects in session. |
interface |
SessionSearchRequestManager
Provides access to getting and setting
SearchRequest objects in session. |
interface |
SessionSelectedIssueManager
Provides access to getting and setting the selected issue (stored as a
Long ) in session. |
Copyright © 2002-2015 Atlassian. All Rights Reserved.