Package com.atlassian.jira.jql.query
Class DefaultWorklogQueryRegistry
java.lang.Object
com.atlassian.jira.jql.query.DefaultWorklogQueryRegistry
- All Implemented Interfaces:
WorklogQueryRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<WorklogClauseQueryFactory>getClauseQueryFactory(QueryCreationContext context, TerminalClause clause) Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause.
-
Constructor Details
-
DefaultWorklogQueryRegistry
-
-
Method Details
-
getClauseQueryFactory
public io.atlassian.fugue.Option<WorklogClauseQueryFactory> getClauseQueryFactory(QueryCreationContext context, TerminalClause clause) Description copied from interface:WorklogQueryRegistryFetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause. The returned value is based on the clauses name.- Specified by:
getClauseQueryFactoryin interfaceWorklogQueryRegistry- Parameters:
context- query contextclause- that defines the name for which we want to find the query factory, must not be null.- Returns:
- the query factory associated with this clause, or none() if there isn't any
-