Uses of Interface
com.atlassian.jira.issue.fields.SearchableField

Packages that use SearchableField
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.search.handlers   
com.atlassian.jira.issue.search.searchers   
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.issue.search.searchers.information   
com.atlassian.jira.mock.issue.search.searchers.information   
 

Uses of SearchableField in com.atlassian.jira.issue.fields
 

Subinterfaces of SearchableField in com.atlassian.jira.issue.fields
 interface AffectedVersionsField
           
 interface ComponentsField
           
 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 FixVersionsField
           
 interface IssueTypeField
          Represents the IssueType System Field.
 interface LabelsField
           
 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".
 interface ProjectField
          Represents the Project System Field.
 interface SummaryField
           
 

Classes in com.atlassian.jira.issue.fields that implement SearchableField
 class AbstractOrderableField
           
 class AbstractOrderableNavigableFieldImpl
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractTextSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class AbstractUserFieldImpl
          Base class for single user-based fields
 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 CreatorSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class CustomFieldImpl
          Default CustomField implementation backed by the database (a GenericValue object).
 class CustomFieldTestImpl
          The only purpose of this class is to increase the visibility of #copyGenericValue so we can mock it in tests.
 class DescriptionSystemField
          Represents the field which renders an Issue description.
 class DueDateSystemField
           
 class EnvironmentSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class FixVersionsSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class IssueLinksSystemField
           
 class IssueTypeSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class LabelsSystemField
          A field implementation to render Labels.
 class MockCustomField
          Simple implementation of CustomField for.
 class MockOrderableField
          A very simple OrderableField field.
 class PrioritySystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ProjectSystemField
          JIRA's project system field.
 class ReporterSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class ResolutionDateSystemField
          Stores the date an issue was resolved on.
 class ResolutionSystemField
           
 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> MockFieldManager.getAllSearchableFields()
           
 Set<SearchableField> DefaultFieldManager.getAllSearchableFields()
           
 Set<SearchableField> FieldManager.getAllSearchableFields()
          Return all the searchable fields in the system.
 Set<SearchableField> MockFieldManager.getSystemSearchableFields()
           
 Set<SearchableField> DefaultFieldManager.getSystemSearchableFields()
           
 Set<SearchableField> FieldManager.getSystemSearchableFields()
          Return all the searchable systems fields.
 

Uses of SearchableField in com.atlassian.jira.issue.search.handlers
 

Methods in com.atlassian.jira.issue.search.handlers with parameters of type SearchableField
 SearchHandler TextQuerySearchHandlerFactory.createHandler(SearchableField field)
           
 SearchHandler SearchHandlerFactory.createHandler(SearchableField field)
          Create the SearchHandler using for the passed field.
 

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.
 class MockIssueSearcher<T extends SearchableField>
          A simple mock implementation of the IssueSearcher 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 SearchableField
protected  AtomicReference<SearchableField> AbstractInitializationSearcher.fieldReference
           
 

Methods in com.atlassian.jira.issue.search.searchers.impl that return types with arguments of type SearchableField
 SearcherInformation<SearchableField> CreatorSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AffectedVersionsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> FixForVersionsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> StatusSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> CommentQuerySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> IssueTypeSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> PrioritySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> TextQuerySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> WorkRatioSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ComponentsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AssigneeSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ProjectSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ResolutionSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AbstractDateSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> LabelsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> SummaryQuerySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ReporterSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AbstractRelativeDateSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> EnvironmentQuerySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> DescriptionQuerySearcher.getSearchInformation()
           
 

Methods in com.atlassian.jira.issue.search.searchers.impl with parameters of type SearchableField
 void CommentQuerySearcher.init(SearchableField field)
           
 void TextQuerySearcher.init(SearchableField field)
           
 void SummaryQuerySearcher.init(SearchableField field)
           
 void AbstractInitializationSearcher.init(SearchableField field)
           
 void EnvironmentQuerySearcher.init(SearchableField field)
           
 void DescriptionQuerySearcher.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.
 

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 SearchableField
 class MockSearcherInformation<T extends SearchableField>
          Simple mock implementation of SearcherInformation.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.