public interface

WorklogQueryRegistry

com.atlassian.jira.jql.query.WorklogQueryRegistry
Known Indirect Subclasses

Class Overview

Used to map a TerminalClause to its associated WorklogClauseQueryFactorys.

Summary

Public Methods
Option<WorklogClauseQueryFactory> getClauseQueryFactory(QueryCreationContext context, TerminalClause clause)
Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause.

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