public class FieldAndPredicateAutoCompleteResultGenerator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldAndPredicateAutoCompleteResultGenerator.Result |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_RESULTS |
Constructor and Description |
---|
FieldAndPredicateAutoCompleteResultGenerator(JiraAuthenticationContext authenticationContext,
JqlStringSupport jqlStringSupport,
SearchHandlerManager searchHandlerManager,
PredicateRegistry predicateRegistry) |
Modifier and Type | Method and Description |
---|---|
Iterable<FieldAndPredicateAutoCompleteResultGenerator.Result> |
getAutoCompleteResultsForField(String fieldName,
String fieldValue) |
Iterable<FieldAndPredicateAutoCompleteResultGenerator.Result> |
getAutoCompleteResultsForPredicate(String predicateName,
String predicateValue,
String fieldName) |
public static final int MAX_RESULTS
public FieldAndPredicateAutoCompleteResultGenerator(JiraAuthenticationContext authenticationContext, JqlStringSupport jqlStringSupport, SearchHandlerManager searchHandlerManager, PredicateRegistry predicateRegistry)
public Iterable<FieldAndPredicateAutoCompleteResultGenerator.Result> getAutoCompleteResultsForField(String fieldName, String fieldValue)
public Iterable<FieldAndPredicateAutoCompleteResultGenerator.Result> getAutoCompleteResultsForPredicate(String predicateName, String predicateValue, String fieldName)
Copyright © 2002-2021 Atlassian. All Rights Reserved.