Uses of Package
com.atlassian.jira.jql.resolver

Packages that use com.atlassian.jira.jql.resolver
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.customfields.searchers.transformer   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.search.handlers   
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.search.searchers.util   
com.atlassian.jira.jql.context   
com.atlassian.jira.jql.permission   
com.atlassian.jira.jql.query   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.validator   
com.atlassian.jira.plugin.jql.function   
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.customfields.searchers
UserResolver
          We need a non-generified interface here to make this work with PICO+OSGi in plugins2
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.customfields.searchers.transformer
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
NameResolver
          Looks up domain objects from the database.
ProjectIndexInfoResolver
          Index resolver that can find the index values for projects.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.index
NameResolver
          Looks up domain objects from the database.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.search.handlers
IssueTypeResolver
          Resolves IssueType objects.
ProjectResolver
          Resolves Project objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.search.searchers.impl
ComponentResolver
          Resolves Component objects and ids from their names.
IssueTypeResolver
          Resolves IssueType objects.
PriorityResolver
          Resolves Priority objects.
ProjectResolver
          Resolves Project objects and ids from their names.
ResolutionResolver
          Resolves Resolution objects.
StatusResolver
          Resolves Status objects.
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.search.searchers.transformer
ComponentResolver
          Resolves Component objects and ids from their names.
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
NameResolver
          Looks up domain objects from the database.
ProjectIndexInfoResolver
          Index resolver that can find the index values for projects.
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.issue.search.searchers.util
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
NameResolver
          Looks up domain objects from the database.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.jql.context
ComponentResolver
          Resolves Component objects and ids from their names.
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
IssueSecurityLevelResolver
          Resolves Issue Security Levels for the specified user.
IssueTypeResolver
          Resolves IssueType objects.
NameResolver
          Looks up domain objects from the database.
ProjectCategoryResolver
          A class for resolving QueryLiterals into project categories and projects.
SavedFilterResolver
          Looks up a saved filter via either id or name taking into account the user who is looking up the filter.
StatusResolver
          Resolves Status objects.
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.jql.permission
NameResolver
          Looks up domain objects from the database.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.jql.query
ChangeHistoryFieldIdResolver
          As both WasClauseQueryFactor and ChangedClauseQueryFactory need to resolve ids this is a helper class to accomplish this.
ComponentResolver
          Resolves Component objects and ids from their names.
CustomFieldOptionResolver
          Finds option Ids for custom fields
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
IssueSecurityLevelResolver
          Resolves Issue Security Levels for the specified user.
IssueTypeResolver
          Resolves IssueType objects.
NameResolver
          Looks up domain objects from the database.
PriorityResolver
          Resolves Priority objects.
ProjectCategoryResolver
          A class for resolving QueryLiterals into project categories and projects.
ProjectResolver
          Resolves Project objects and ids from their names.
ResolutionResolver
          Resolves Resolution objects.
SavedFilterResolver
          Looks up a saved filter via either id or name taking into account the user who is looking up the filter.
StatusCategoryResolver
          Resolves Status Category objects
StatusResolver
          Resolves Status objects.
UserResolver
          We need a non-generified interface here to make this work with PICO+OSGi in plugins2
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.jql.resolver
ComponentResolver
          Resolves Component objects and ids from their names.
ConstantsNameResolver
          Common base class for issue constants providing most of the resolution logic.
CustomFieldOptionResolver
          Finds option Ids for custom fields
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
IssueConstantInfoResolver
          Resolves index info with a lucene field using the id of the domain object T to get the indexed values from a NameResolver<T> .
IssueSecurityLevelResolver
          Resolves Issue Security Levels for the specified user.
IssueTypeResolver
          Resolves IssueType objects.
NameResolver
          Looks up domain objects from the database.
PriorityResolver
          Resolves Priority objects.
ProjectResolver
          Resolves Project objects and ids from their names.
ResolutionResolver
          Resolves Resolution objects.
ResolverManager
          Link Fields to their (JQL) NameResolver
StatusResolver
          Resolves Status objects.
UserResolver
          We need a non-generified interface here to make this work with PICO+OSGi in plugins2
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.jql.validator
ComponentResolver
          Resolves Component objects and ids from their names.
IssueSecurityLevelResolver
          Resolves Issue Security Levels for the specified user.
IssueTypeResolver
          Resolves IssueType objects.
PriorityResolver
          Resolves Priority objects.
ProjectCategoryResolver
          A class for resolving QueryLiterals into project categories and projects.
ProjectResolver
          Resolves Project objects and ids from their names.
ResolutionResolver
          Resolves Resolution objects.
SavedFilterResolver
          Looks up a saved filter via either id or name taking into account the user who is looking up the filter.
StatusCategoryResolver
          Resolves Status Category objects
StatusResolver
          Resolves Status objects.
UserResolver
          We need a non-generified interface here to make this work with PICO+OSGi in plugins2
VersionResolver
          Resolves Version objects and ids from their names.
 

Classes in com.atlassian.jira.jql.resolver used by com.atlassian.jira.plugin.jql.function
IndexInfoResolver
          Turns a searchable value (operand) (such as what may be typed into the right side of a clause) into an indexed value.
NameResolver
          Looks up domain objects from the database.
ProjectResolver
          Resolves Project objects and ids from their names.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.