@InjectableComponent public class IssueParentClauseContextFactory extends Object implements ClauseContextFactory
AllProjectsContext
 and AllIssueTypesContext.
 Note: this is sort of expensive to calculate, but this should never really be used because there is no searcher for the issue parent clause.
| Constructor and Description | 
|---|
| IssueParentClauseContextFactory(JqlIssueSupport jqlIssueSupport,
                               JqlOperandResolver jqlOperandResolver,
                               SubTaskManager subTaskManager) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClauseContext | getClauseContext(ApplicationUser searcher,
                TerminalClause terminalClause)Generates a clause context for the associated handler. | 
public IssueParentClauseContextFactory(JqlIssueSupport jqlIssueSupport, JqlOperandResolver jqlOperandResolver, SubTaskManager subTaskManager)
public ClauseContext getClauseContext(ApplicationUser searcher, TerminalClause terminalClause)
ClauseContextFactorygetClauseContext in interface ClauseContextFactorysearcher - the user who is performing the searchterminalClause - the clause for which this factory is generating a context.Copyright © 2002-2024 Atlassian. All Rights Reserved.