Uses of Interface
com.atlassian.jira.issue.customfields.CustomFieldSearcher

Packages that use CustomFieldSearcher
com.atlassian.jira.issue   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.fields   
 

Uses of CustomFieldSearcher in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return CustomFieldSearcher
 CustomFieldSearcher CustomFieldManager.getCustomFieldSearcher(String key)
          Retrieve a custom field searcher by its type key.
 

Methods in com.atlassian.jira.issue with parameters of type CustomFieldSearcher
 CustomField CustomFieldManager.createCustomField(String fieldName, String description, CustomFieldType fieldType, CustomFieldSearcher customFieldSearcher, List contexts, List issueTypes)
          Creates a custom field with the given name and description of the given CustomFieldType using the given CustomFieldSearcher that is displayed in the given list of contexts available to the given list of issueTypes.
 

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

Classes in com.atlassian.jira.issue.customfields.searchers that implement CustomFieldSearcher
 class AbstractInitializationCustomFieldSearcher
          Abstract base class for searchers that performs the init methods for a searcher.
 

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

Methods in com.atlassian.jira.issue.fields that return CustomFieldSearcher
 CustomFieldSearcher CustomField.getCustomFieldSearcher()
          Retrieves the CustomFieldSearcher for this custom field.
 

Methods in com.atlassian.jira.issue.fields with parameters of type CustomFieldSearcher
 void CustomField.setCustomFieldSearcher(CustomFieldSearcher searcher)
          Sets the CustomFieldSearcher for this custom field.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.