public class NavigatorStructureChecker<T> extends Object
| Constructor and Description |
|---|
NavigatorStructureChecker(ClauseNames clauseNames,
boolean supportMultiLevelFunctions,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
JqlOperandResolver operandResolver) |
NavigatorStructureChecker(ClauseNames clauseNames,
boolean supportMultiLevelFunctions,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
JqlOperandResolver operandResolver,
IndexInfoResolver<T> indexInfoResolver,
SearchContextVisibilityChecker searchContextVisibilityChecker)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkSearchRequest(Query query)
Checks that a
SearchRequest's query conforms to the simple structure required to fit in the Issue Navigator. |
boolean |
checkSearchRequest(Query query,
SearchContext searchContext)
Deprecated.
Since 6.3.4. The
SearchContext parameter is no longer needed. Use checkSearchRequest(com.atlassian.query.Query) |
public NavigatorStructureChecker(ClauseNames clauseNames, boolean supportMultiLevelFunctions, FieldFlagOperandRegistry fieldFlagOperandRegistry, JqlOperandResolver operandResolver)
clauseNames - The clause field names of the clause to check.supportMultiLevelFunctions - set to true if the clause type supports functions inside of multivalue operandsfieldFlagOperandRegistry - the FieldFlagOperandRegistryoperandResolver - the JqlOperandSupport@Deprecated public NavigatorStructureChecker(ClauseNames clauseNames, boolean supportMultiLevelFunctions, FieldFlagOperandRegistry fieldFlagOperandRegistry, JqlOperandResolver operandResolver, IndexInfoResolver<T> indexInfoResolver, SearchContextVisibilityChecker searchContextVisibilityChecker)
@Deprecated public boolean checkSearchRequest(Query query, SearchContext searchContext)
SearchContext parameter is no longer needed. Use checkSearchRequest(com.atlassian.query.Query)SearchRequest's query conforms to the simple structure required to fit in the Issue
Navigator.query - the search criteria used to populate the field values holder.searchContext - the context under which the search is being performed.public boolean checkSearchRequest(Query query)
SearchRequest's query conforms to the simple structure required to fit in the Issue Navigator.query - the search criteria used to populate the field values holder.Copyright © 2002-2021 Atlassian. All Rights Reserved.