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   
 

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
           
 

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 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
          Copyright (c) 2002-2004 All rights reserved.
 class UpdatedSystemField
          Copyright (c) 2002-2004 All rights reserved.
 class WorkRatioSystemField
           
 

Methods in com.atlassian.jira.issue.fields that return types with arguments of type SearchableField
 Set<SearchableField> DefaultFieldManager.getAllSearchableFields()
           
 Set<SearchableField> FieldManager.getAllSearchableFields()
          Return all the searchable fields in the system.
 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 SearchHandlerFactory.createHandler(SearchableField field)
          Create the SearchHandler using for the passed field.
 SearchHandler SimpleSearchHandlerFactory.createHandler(SearchableField 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 IssueNavigator.
 

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> WorkRatioSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> PrioritySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ProjectSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> QuerySearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ResolutionSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ReporterSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AbstractDateSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AssigneeSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> IssueTypeSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> AffectedVersionsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> FixForVersionsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> ComponentsSearcher.getSearchInformation()
           
 SearcherInformation<SearchableField> StatusSearcher.getSearchInformation()
           
 

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.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.