Class DefaultWorklogQueryRegistry

java.lang.Object
com.atlassian.jira.jql.query.DefaultWorklogQueryRegistry
All Implemented Interfaces:
WorklogQueryRegistry

public final class DefaultWorklogQueryRegistry extends Object implements WorklogQueryRegistry
  • Constructor Details

    • DefaultWorklogQueryRegistry

      public DefaultWorklogQueryRegistry(QueryRegistry queryRegistry)
  • Method Details

    • getClauseQueryFactory

      public io.atlassian.fugue.Option<WorklogClauseQueryFactory> getClauseQueryFactory(QueryCreationContext context, TerminalClause clause)
      Description copied from interface: WorklogQueryRegistry
      Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause. The returned value is based on the clauses name.
      Specified by:
      getClauseQueryFactory in interface WorklogQueryRegistry
      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