Class QueryParserImpl
java.lang.Object
com.atlassian.jira.dashboarditem.statistics.util.QueryParserImpl
- All Implemented Interfaces:
QueryParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Either<Query,ErrorCollection> getQuery(ApplicationUser user, String jql) Get the query for a given jql, otherwise an error collection if error.
-
Constructor Details
-
QueryParserImpl
-
-
Method Details
-
getQuery
@Nonnull public io.atlassian.fugue.Either<Query,ErrorCollection> getQuery(@Nullable ApplicationUser user, @Nonnull String jql) Description copied from interface:QueryParserGet the query for a given jql, otherwise an error collection if error.- Specified by:
getQueryin interfaceQueryParser- Parameters:
user- completing the searchjql- for the query- Returns:
- either a query or errors.
-