Uses of Interface
com.atlassian.jira.issue.fields.SearchableField
Packages that use SearchableField
Package
Description
-
Uses of SearchableField in com.atlassian.jira.issue.fields
Subinterfaces of SearchableField in com.atlassian.jira.issue.fieldsModifier and TypeInterfaceDescriptioninterface
interface
interface
ConfigurableField are fields which haveFieldConfigItemType
that can be stored for a givenJiraContextNode
interface
Custom Field interface.interface
ConfigurableField
that adds support for default values.interface
Defines fields that are dependent on another fieldinterface
interface
Represents the IssueType System Field.interface
interface
Interface for fields in JIRA which are able to be placed on "screens" - once they are on the screen they have an "order".interface
Represents the Project System Field.interface
Classes in com.atlassian.jira.issue.fields that implement SearchableFieldModifier and TypeClassDescriptionclass
class
Copyright (c) 2002-2004 All rights reserved.class
class
class
Base class for single user-based fieldsclass
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
class
class
Copyright (c) 2002-2004 All rights reserved.class
class
Defines a comment in Jira.class
A field implementation to renderProjectComponent
values.class
class
Copyright (c) 2002-2004 All rights reserved.class
Represents the field which renders anIssue
description.class
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
Default CustomField implementation backed by the database (a GenericValue object).class
class
class
A field implementation to render Labels.class
Simple implementation ofCustomField
for.class
A very simpleOrderableField
field.class
Copyright (c) 2002-2004 All rights reserved.class
JIRA's project system field.class
Copyright (c) 2002-2004 All rights reserved.class
Stores the date an issue was resolved on.class
class
class
Copyright (c) 2002-2004 All rights reserved.class
Copyright (c) 2002-2004 All rights reserved.class
The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and Remaining Estimate.class
Copyright (c) 2002-2004 All rights reserved.class
A field representation of logging work.class
Methods in com.atlassian.jira.issue.fields that return types with arguments of type SearchableFieldModifier and TypeMethodDescriptionDefaultFieldManager.getAllSearchableFields()
FieldManager.getAllSearchableFields()
Return all the searchable fields in the system.MockFieldManager.getAllSearchableFields()
DefaultFieldManager.getSystemSearchableFields()
FieldManager.getSystemSearchableFields()
Return all the searchable systems fields.MockFieldManager.getSystemSearchableFields()
-
Uses of SearchableField in com.atlassian.jira.issue.search.handlers
Methods in com.atlassian.jira.issue.search.handlers with parameters of type SearchableFieldModifier and TypeMethodDescriptionSearchHandlerFactory.createHandler
(SearchableField field) Create theSearchHandler
using for the passed field.TextQuerySearchHandlerFactory.createHandler
(SearchableField field) -
Uses of SearchableField in com.atlassian.jira.issue.search.searchers
Classes in com.atlassian.jira.issue.search.searchers with type parameters of type SearchableFieldModifier and TypeInterfaceDescriptioninterface
IssueSearcher<T extends SearchableField>
The interface defines an object responsible for all search related activities in the Issue Navigator.class
MockIssueSearcher<T extends SearchableField>
A simple mock implementation of theIssueSearcher
interface for testsing. -
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 SearchableFieldModifier and TypeFieldDescriptionprotected final AtomicReference<SearchableField>
AbstractInitializationSearcher.fieldReference
Methods in com.atlassian.jira.issue.search.searchers.impl that return types with arguments of type SearchableFieldModifier and TypeMethodDescriptionAbstractDateSearcher.getSearchInformation()
AbstractRelativeDateSearcher.getSearchInformation()
AffectedVersionsSearcher.getSearchInformation()
AssigneeSearcher.getSearchInformation()
CommentQuerySearcher.getSearchInformation()
ComponentsSearcher.getSearchInformation()
CreatorSearcher.getSearchInformation()
DescriptionQuerySearcher.getSearchInformation()
EnvironmentQuerySearcher.getSearchInformation()
FixForVersionsSearcher.getSearchInformation()
IssueLinkTypesSearcher.getSearchInformation()
IssueTypeSearcher.getSearchInformation()
LabelsSearcher.getSearchInformation()
PrioritySearcher.getSearchInformation()
ProjectSearcher.getSearchInformation()
ReporterSearcher.getSearchInformation()
ResolutionSearcher.getSearchInformation()
StatusSearcher.getSearchInformation()
SummaryQuerySearcher.getSearchInformation()
TextQuerySearcher.getSearchInformation()
WorkRatioSearcher.getSearchInformation()
Methods in com.atlassian.jira.issue.search.searchers.impl with parameters of type SearchableFieldModifier and TypeMethodDescriptionvoid
AbstractInitializationSearcher.init
(SearchableField field) void
CommentQuerySearcher.init
(SearchableField field) void
DescriptionQuerySearcher.init
(SearchableField field) void
EnvironmentQuerySearcher.init
(SearchableField field) void
SummaryQuerySearcher.init
(SearchableField field) void
TextQuerySearcher.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 SearchableFieldModifier and TypeClassDescriptionclass
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. -
Uses of SearchableField in com.atlassian.jira.mock.issue.search.searchers.information
Classes in com.atlassian.jira.mock.issue.search.searchers.information with type parameters of type SearchableFieldModifier and TypeClassDescriptionclass
MockSearcherInformation<T extends SearchableField>
Simple mock implementation ofSearcherInformation
.