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

Packages that use SearchableField
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.search.searchers   
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 IssueTypeField
          Represents the IssueType System 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".
 interface ProjectField
          Represents the Project System Field.
 

Methods in com.atlassian.jira.issue.fields that return types with arguments of type SearchableField
 Set<SearchableField> FieldAccessor.getAllSearchableFields()
          Return all the searchable fields in the system.
 Set<SearchableField> FieldAccessor.getSystemSearchableFields()
          Return all the searchable systems fields.
 

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.information
 

Classes in com.atlassian.jira.issue.search.searchers.information with type parameters of type SearchableField
 interface SearcherInformation<T extends SearchableField>
          Identifies a searcher by name and provides a display name that is i18n'ed.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.