public final class

DefaultWorklogQueryRegistry

extends Object
implements WorklogQueryRegistry
java.lang.Object
   ↳ com.atlassian.jira.jql.query.DefaultWorklogQueryRegistry

Summary

Public Constructors
DefaultWorklogQueryRegistry(QueryRegistry queryRegistry)
Public Methods
Option<WorklogClauseQueryFactory> getClauseQueryFactory(QueryCreationContext context, TerminalClause clause)
Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.jql.query.WorklogQueryRegistry

Public Constructors

public DefaultWorklogQueryRegistry (QueryRegistry queryRegistry)

Public Methods

public Option<WorklogClauseQueryFactory> getClauseQueryFactory (QueryCreationContext context, TerminalClause clause)

Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause. The returned value is based on the clauses name.

Parameters
context query context
clause 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