Uses of Class
com.atlassian.jira.util.InjectableComponent

Packages that use InjectableComponent
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.datetime A small set of classes that allow clients to format and parse dates in JIRA, in a way that is time zone and locale aware. 
com.atlassian.jira.issue.customfields.searchers.transformer   
com.atlassian.jira.issue.search.handlers   
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.issue.search.util   
com.atlassian.jira.jql.context   
com.atlassian.jira.jql.operand   
com.atlassian.jira.jql.permission   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.util   
com.atlassian.jira.jql.validator   
com.atlassian.jira.template   
com.atlassian.jira.upgrade   
com.atlassian.jira.util   
com.atlassian.jira.util.velocity   
com.atlassian.jira.web.action.admin.customfields   
com.atlassian.jira.web.action.admin.issuefields.enterprise   
com.atlassian.jira.web.session   
com.atlassian.jira.workflow   
com.atlassian.jira.workflow.names   
 

Uses of InjectableComponent in com.atlassian.jira.bc.issue.search
 

Classes in com.atlassian.jira.bc.issue.search with annotations of type InjectableComponent
 interface QueryCache
          The query cache is a request level cache that stores the result of expensive query operations.
 class QueryContextConverter
          A utlility class for converting a QueryContext into a SearchContext.
 

Uses of InjectableComponent in com.atlassian.jira.datetime
 

Classes in com.atlassian.jira.datetime with annotations of type InjectableComponent
 interface DateTimeFormatter
          Interface for JIRA date time formatters.
 interface DateTimeFormatterFactory
          This factory is used to create DateTimeFormatter instances within JIRA.
 

Uses of InjectableComponent in com.atlassian.jira.issue.customfields.searchers.transformer
 

Classes in com.atlassian.jira.issue.customfields.searchers.transformer with annotations of type InjectableComponent
 class DefaultCustomFieldInputHelper
          Default implementation of CustomFieldInputHelper
 

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

Classes in com.atlassian.jira.issue.search.handlers with annotations of type InjectableComponent
 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 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.
 

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

Classes in com.atlassian.jira.issue.search.searchers.impl with annotations of type InjectableComponent
 class StatusSearcher
           
 

Uses of InjectableComponent in com.atlassian.jira.issue.search.util
 

Classes in com.atlassian.jira.issue.search.util with annotations of type InjectableComponent
 class SearchPropertiesManager
          Manages storing search requests ("session" search) in user properties.
 

Uses of InjectableComponent in com.atlassian.jira.jql.context
 

Classes in com.atlassian.jira.jql.context with annotations of type InjectableComponent
 class AllTextClauseContextFactory
          Calculates the context of the "all text" clause.
 class FieldConfigSchemeClauseContextUtil
          A utlitilty class for generating the clause context specified by a FieldConfigScheme, taking into account what is visible to the searcher.
static class IssueIdClauseContextFactory.Factory
           
 class IssueParentClauseContextFactory
          A context factory for issue parent clauses.
static class IssueSecurityLevelClauseContextFactory.Creator
          Convenience factory class for instantiating IssueSecurityLevelClauseContextFactory so that we don't need to move all the dependencies around.
 class ProjectCategoryClauseContextFactory
          Generates a ClauseContext for a project category clause based on the specified project values and the projects that the user has permission to see.
static class QueryContextVisitor.QueryContextVisitorFactory
          Constructs an instance of QueryContextVisitor for use.
 class SavedFilterClauseContextFactory
          A Clause context factory for saved filters.
 class SimpleClauseContextFactory
          A Clause context factory that returns a ClauseContext with all issue types and all projects.
 

Uses of InjectableComponent in com.atlassian.jira.jql.operand
 

Classes in com.atlassian.jira.jql.operand with annotations of type InjectableComponent
 class DefaultJqlOperandResolver
          Default implementation of the JqlOperandResolver interface.
 

Uses of InjectableComponent in com.atlassian.jira.jql.permission
 

Classes in com.atlassian.jira.jql.permission with annotations of type InjectableComponent
static interface CustomFieldClausePermissionChecker.Factory
           
static interface FieldClausePermissionChecker.Factory
           
 

Uses of InjectableComponent in com.atlassian.jira.jql.query
 

Classes in com.atlassian.jira.jql.query with annotations of type InjectableComponent
 class CurrentEstimateClauseQueryFactory
          Factory for producing clauses for the TimeEstimateSystemField.
 class DefaultLuceneQueryBuilder
          Creates a Lucene Query from a JQL clause.
 class IssueIdClauseQueryFactory
          A ClauseQueryFactory for the "Issue Key" JQL clause.
 class IssueParentClauseQueryFactory
          A ClauseQueryFactory for the "Issue Parent" JQL clause.
 class IssueSecurityLevelClauseQueryFactory
          A query factory that will generate a query for a issue security levels.
 interface LuceneQueryBuilder
          Converts a JQL query into an lucene query for searching JIRA lucene index.
 class OriginalEstimateClauseQueryFactory
          Factory for producing clauses for the OriginalEstimateSystemField.
 class ProjectCategoryClauseQueryFactory
          Generates queries for the Project Category clause.
 class SavedFilterClauseQueryFactory
          A query factory that will generate a query for a saved filter.
 class TimeSpentClauseQueryFactory
          Factory for producing clauses for the TimeSpentSystemField.
 class VoterClauseQueryFactory
          Factory for producing clauses for the voters.
 class VotesClauseQueryFactory
          Factory for producing clauses for the VotesSystemField.
 class WatcherClauseQueryFactory
          Factory for producing clauses for the watchers.
 class WatchesClauseQueryFactory
          Factory for producing clauses for the WatchesSystemField.
 class WorkRatioClauseQueryFactory
          Creates queries for WorkRatioSystemField clauses.
 

Uses of InjectableComponent in com.atlassian.jira.jql.resolver
 

Classes in com.atlassian.jira.jql.resolver with annotations of type InjectableComponent
 class IssueSecurityLevelResolver
          Resolves Issue Security Levels for the specified user.
 class ProjectCategoryResolver
          A class for resolving QueryLiterals into project categories and projects.
 class ProjectResolver
          Resolves Project objects and ids from their names.
 interface ResolverManager
          Link Fields to their (JQL) NameResolver
 

Uses of InjectableComponent in com.atlassian.jira.jql.util
 

Classes in com.atlassian.jira.jql.util with annotations of type InjectableComponent
 class JqlCascadingSelectLiteralUtil
          Utility class for processing QueryLiteral objects when dealing with CascadingSelectCFType custom field classes.
 interface JqlIssueKeySupport
          Provide JQL with some helper functions when dealing with Issue Keys.
 class JqlIssueKeySupportImpl
          Default implementation of the JqlIssueKeySupport interface.
 class JqlSelectOptionsUtil
          Contains utility methods for processing select option clauses
 class JqlTimetrackingDurationSupportImpl
          The default implementation of JqlTimetrackingDurationSupport
 class VotesIndexValueConverter
          Converts a query literal into the votes index representation.
 class WatchesIndexValueConverter
          Converts a query literal into the watches index representation.
 

Uses of InjectableComponent in com.atlassian.jira.jql.validator
 

Classes in com.atlassian.jira.jql.validator with annotations of type InjectableComponent
 class CurrentEstimateValidator
          Current Estimate validator
 class DefaultOrderByValidator
           
 class IssueIdValidator
          Clause validator for the "IssueKey" clause.
 class IssueParentValidator
          Clause validator for the "Issue Parent" clause.
 class IssueSecurityLevelClauseValidator
          A validator that checks to see if an issue security level exists and is visible to the user creating the search.
 class OriginalEstimateValidator
          Original Estimate validator
 class ProjectCategoryValidator
          A validator that checks to see if a project category exists.
 class SavedFilterCycleDetector
          Runs through a saved filter to determine if there is any self-reference anywhere in the nested filter.
 class TimeSpentValidator
          Time Spent validator
 class VotesValidator
          Votes clause validator
 class WatchesValidator
          Watches clause validator
 class WorkRatioValidator
          Validates Work Ratio clauses -- these can only take integers
 

Uses of InjectableComponent in com.atlassian.jira.template
 

Classes in com.atlassian.jira.template with annotations of type InjectableComponent
 interface VelocityTemplatingEngine
          Represents a fluent, easy-to-use façade over the VelocityEngine used by the JIRA web application.
 

Uses of InjectableComponent in com.atlassian.jira.upgrade
 

Classes in com.atlassian.jira.upgrade with annotations of type InjectableComponent
 class DefaultBuildVersionRegistry
          Default implementation which looks up the known versions from the file build-versions.properties.
 

Uses of InjectableComponent in com.atlassian.jira.util
 

Classes in com.atlassian.jira.util with annotations of type InjectableComponent
 interface ComponentLocator
          A locator that allows components to be looked up at runtime.
 interface I18nHelper
          I18nHelper is the main interface for finding internationalised text in JIRA.
 interface LuceneDirectoryUtils
           
 interface VelocityParamFactory
          Factory that can create default Velocity Parameters for use in Velocity templates.
 

Uses of InjectableComponent in com.atlassian.jira.util.velocity
 

Classes in com.atlassian.jira.util.velocity with annotations of type InjectableComponent
 interface VelocityRequestContextFactory
          Provides a request context that can be used to get the 'correct' baseurl.
 

Uses of InjectableComponent in com.atlassian.jira.web.action.admin.customfields
 

Classes in com.atlassian.jira.web.action.admin.customfields with annotations of type InjectableComponent
 class CustomFieldContextConfigHelperImpl
           
 

Uses of InjectableComponent in com.atlassian.jira.web.action.admin.issuefields.enterprise
 

Classes in com.atlassian.jira.web.action.admin.issuefields.enterprise with annotations of type InjectableComponent
 class FieldLayoutSchemeHelperImpl
           
 

Uses of InjectableComponent in com.atlassian.jira.web.session
 

Classes in com.atlassian.jira.web.session with annotations of type InjectableComponent
 class DefaultSessionSearchObjectManagerFactory
           
 interface SessionSearchObjectManagerFactory
          Factory to obtain all SessionSearchObjectManager instances.
 

Uses of InjectableComponent in com.atlassian.jira.workflow
 

Classes in com.atlassian.jira.workflow with annotations of type InjectableComponent
 interface WorkflowsRepository
          Provides a collection like interface over the underlying JiraWorkflow persistance implementation.
 

Uses of InjectableComponent in com.atlassian.jira.workflow.names
 

Classes in com.atlassian.jira.workflow.names with annotations of type InjectableComponent
 class DefaultWorkflowCopyNameFactory
           
 interface WorkflowCopyNameFactory
          Creates the name to be used for a copy of a given workflow.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.