@Component public class QueryParserImpl extends Object implements QueryParser
Constructor and Description |
---|
QueryParserImpl(SearchService searchService) |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<Query,ErrorCollection> |
getQuery(ApplicationUser user,
String jql)
Get the query for a given jql, otherwise an error collection if error.
|
@Autowired public QueryParserImpl(SearchService searchService)
@Nonnull public io.atlassian.fugue.Either<Query,ErrorCollection> getQuery(@Nullable ApplicationUser user, @Nonnull String jql)
QueryParser
getQuery
in interface QueryParser
user
- completing the searchjql
- for the queryCopyright © 2002-2019 Atlassian. All Rights Reserved.