Uses of Interface
com.atlassian.jira.issue.search.handlers.SearchHandlerFactory

Packages that use SearchHandlerFactory
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.search.handlers   
 

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

Constructors in com.atlassian.jira.issue.fields with parameters of type SearchHandlerFactory
AbstractOrderableField(String id, String name, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, SearchHandlerFactory searcherHandlerFactory)
           
AbstractOrderableNavigableFieldImpl(String id, String name, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, SearchHandlerFactory searchHandlerFactory)
           
AbstractTextSystemField(String id, String name, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, SearchHandlerFactory searchHandlerFactory)
           
AbstractVersionsSystemField(String id, String name, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, VersionManager versionManager, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, VersionHelperBean versionHelperBean, SearchHandlerFactory searchHandlerFactory, JiraBaseUrls jiraBaseUrls)
           
 

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

Classes in com.atlassian.jira.issue.search.handlers that implement SearchHandlerFactory
 class AffectedVersionSearchHandlerFactory
          Class to create the SearchHandler for the Affects version clause.
 class AssigneeSearchHandlerFactory
          Class to create the SearchHandler for the AssigneeSystemField.
 class CommentSearchHandlerFactory
          Class to create the SearchHandler for the comments clause.
 class ComponentSearchHandlerFactory
          Class to create the SearchHandler for the ComponentsSystemField.
 class CreatedDateSearchHandlerFactory
          Class to create the SearchHandler for the created date clause.
 class DescriptionSearchHandlerFactory
          Class to create the SearchHandler for the description field.
 class DueDateSearchHandlerFactory
          Class to create the SearchHandler for the Due Date field.
 class EnvironmentSearchHandlerFactory
          Class to create the SearchHandler for the description field.
 class FixForVersionSearchHandlerFactory
          Class to create the SearchHandler for the "Fix For" field.
 class IssueTypeSearchHandlerFactory
          Class to create the SearchHandler for the IssueTypeSystemField.
 class LabelsSearchHandlerFactory
          Class to create the SearchHandler for the labels field.
 class PrioritySearchHandlerFactory
          Class to create the SearchHandler for the PrioritySystemField.
 class ProjectSearchHandlerFactory
          Class to create the SearchHandler for the ProjectSystemField.
 class ReporterSearchHandlerFactory
          Class to create the SearchHandler for the ReporterSystemField.
 class ResolutionDateSearchHandlerFactory
          Class to create the SearchHandler for the ResolutionDateSystemField.
 class ResolutionSearchHandlerFactory
          Class to create the SearchHandler for the ResolutionDateSystemField.
 class SimpleSearchHandlerFactory
          Creates a SearchHandler for fields that have a single IssueSearcher that in turn has a single ClauseHandler.
 class StatusSearchHandlerFactory
          Class to create the SearchHandler for the StatusSearchHandlerFactory.
 class SummarySearchHandlerFactory
          Class to create the SearchHandler for the SummarySearchHandlerFactory.
 class UpdatedDateSearchHandlerFactory
          Class to create the SearchHandler for the UpdatedDateSearchHandlerFactory.
 class WorkRatioSearchHandlerFactory
          Class to create the SearchHandler for the work ratio clause.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.