com.atlassian.jira.jql.context
Interface ClauseContextFactory
public interface ClauseContextFactory
Creates a ClauseContext for the associated clause.
- Since:
- v4.0
getClauseContext
ClauseContext getClauseContext(User searcher,
TerminalClause terminalClause)
- Generates a clause context for the associated handler. If the clause context could not be determined for any
reason, this will return the Global Clause Context.
- Parameters:
searcher - the user who is performing the searchterminalClause - the clause for which this factory is generating a context.
- Returns:
- ClauseContext that contains the implied and explicit project and issue types that this
clause is in context for.
Copyright © 2002-2011 Atlassian. All Rights Reserved.