public class IntersectingClauseContextFactory extends Object implements ClauseContextFactory
ClauseContextFactory that intersectects
the generated query contexts of its sub ClauseContextFactory's| Constructor and Description |
|---|
IntersectingClauseContextFactory(ContextSetUtil contextSetUtil,
Collection<ClauseContextFactory> subClauseContextFactories) |
| Modifier and Type | Method and Description |
|---|---|
ClauseContext |
getClauseContext(ApplicationUser searcher,
TerminalClause terminalClause)
Generates a clause context for the associated handler.
|
public IntersectingClauseContextFactory(ContextSetUtil contextSetUtil, Collection<ClauseContextFactory> subClauseContextFactories)
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-2019 Atlassian. All Rights Reserved.