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

Packages that use SearchableField
com.atlassian.jira.issue   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.search.searchers   
com.atlassian.jira.issue.search.searchers.impl   
 

Uses of SearchableField in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue with parameters of type SearchableField
static IssueSearcher IssueUtils.loadSearcher(Class searcherClass, SearchableField searchableField)
           
 

Uses of SearchableField in com.atlassian.jira.issue.customfields.searchers
 

Methods in com.atlassian.jira.issue.customfields.searchers with parameters of type SearchableField
 void BaseCustomFieldSearcher.init(SearchableField field)
           
 void DateRangeSearcher.init(SearchableField field)
           
 void UserPickerGroupSearcher.init(SearchableField field)
          Checks if the field is instance of CustomField and initializes it, otherwise throws IllegalArgumentException.
 

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

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

Methods in com.atlassian.jira.issue.search.searchers with parameters of type SearchableField
 void IssueSearcher.init(SearchableField field)
          Initialises the searcher with a given field.
 

Uses of SearchableField in com.atlassian.jira.issue.search.searchers.impl
 

Fields in com.atlassian.jira.issue.search.searchers.impl declared as SearchableField
protected  SearchableField AbstractIssueSearcher.field
           
 

Methods in com.atlassian.jira.issue.search.searchers.impl with parameters of type SearchableField
 void AbstractIssueSearcher.init(SearchableField field)
           
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.