|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchableField in com.atlassian.jira.issue.fields |
|---|
| Subinterfaces of SearchableField in com.atlassian.jira.issue.fields | |
|---|---|
interface |
ConfigurableField
ConfigurableField are fields which have FieldConfigItemType that can be stored for a given
JiraContextNode |
interface |
CustomField
Custom Field interface. |
interface |
DependentField
Defines fields that are dependent on another field |
interface |
OrderableField
Interface for fields in JIRA which are able to be placed on "screens" - once they are on the screen they have an "order". |
| Classes in com.atlassian.jira.issue.fields that implement SearchableField | |
|---|---|
class |
AbstractOrderableField
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractOrderableNavigableFieldImpl
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractTextSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AbstractVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AffectedVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AssigneeSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
AttachmentSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
CommentSystemField
Defines a comment in Jira. |
class |
ComponentsSystemField
A field implementation to render ProjectComponent values. |
class |
CreatedSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
CustomFieldImpl
Default CustomField implementation backed by the database (a GenericValue object). |
class |
DescriptionSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
DueDateSystemField
|
class |
EnvironmentSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
FixVersionsSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
IssueTypeSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
LabelsSystemField
A field implementation to render Labels. |
class |
PrioritySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ProjectSystemField
JIRA's project suystem field. |
class |
ReporterSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
ResolutionDateSystemField
Stores the date an issue was resolved on. |
class |
ResolutionSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
SecurityLevelSystemField
|
class |
StatusSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
SummarySystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
TimeTrackingSystemField
The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate. |
class |
UpdatedSystemField
Copyright (c) 2002-2004 All rights reserved. |
class |
WorklogSystemField
A field representation of logging work. |
class |
WorkRatioSystemField
|
| Methods in com.atlassian.jira.issue.fields that return types with arguments of type SearchableField | |
|---|---|
Set<SearchableField> |
FieldManager.getAllSearchableFields()
Return all the searchable fields in the system. |
Set<SearchableField> |
DefaultFieldManager.getAllSearchableFields()
|
Set<SearchableField> |
FieldManager.getSystemSearchableFields()
Return all the searchable systems fields. |
Set<SearchableField> |
DefaultFieldManager.getSystemSearchableFields()
|
| Uses of SearchableField in com.atlassian.jira.issue.search.handlers |
|---|
| Methods in com.atlassian.jira.issue.search.handlers with parameters of type SearchableField | |
|---|---|
SearchHandler |
SimpleSearchHandlerFactory.createHandler(SearchableField field)
|
SearchHandler |
SearchHandlerFactory.createHandler(SearchableField field)
Create the SearchHandler using for the passed field. |
| Constructor parameters in com.atlassian.jira.issue.search.handlers with type arguments of type SearchableField | |
|---|---|
SimpleSearchHandlerFactory(ComponentFactory factory,
ClauseInformation information,
Class<? extends IssueSearcher<SearchableField>> searcherClass,
ClauseQueryFactory queryFactory,
ClauseValidator queryValidator,
FieldClausePermissionChecker.Factory clausePermissionFactory,
ClauseContextFactory clauseContextFactory,
ClauseValuesGenerator clauseValuesGenerator)
Creates a new factory. |
|
SimpleSearchHandlerFactory(ComponentFactory factory,
ClauseInformation information,
Class<? extends IssueSearcher<SearchableField>> searcherClass,
ClauseQueryFactory queryFactory,
ClauseValidator queryValidator,
FieldClausePermissionChecker.Factory clausePermissionFactory,
ClauseContextFactory clauseContextFactory,
ClauseValuesGenerator clauseValuesGenerator,
ClauseSanitiser sanitiser)
Creates a new factory. |
|
| Uses of SearchableField in com.atlassian.jira.issue.search.searchers |
|---|
| Classes in com.atlassian.jira.issue.search.searchers with type parameters of type SearchableField | |
|---|---|
interface |
IssueSearcher<T extends SearchableField>
The interface defines an object responsible for all search related activities in the Issue Navigator. |
| Uses of SearchableField in com.atlassian.jira.issue.search.searchers.impl |
|---|
| Fields in com.atlassian.jira.issue.search.searchers.impl with type parameters of type SearchableField | |
|---|---|
protected AtomicReference<SearchableField> |
AbstractInitializationSearcher.fieldReference
|
| Methods in com.atlassian.jira.issue.search.searchers.impl with parameters of type SearchableField | |
|---|---|
void |
AbstractInitializationSearcher.init(SearchableField field)
|
| Uses of SearchableField in com.atlassian.jira.issue.search.searchers.information |
|---|
| Classes in com.atlassian.jira.issue.search.searchers.information with type parameters of type SearchableField | |
|---|---|
class |
GenericSearcherInformation<T extends SearchableField>
Provides name and index information for the resolution searcher. |
interface |
SearcherInformation<T extends SearchableField>
Identifies a searcher by name and provides a display name that is i18n'ed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||