public interface WorklogQueryRegistry
TerminalClause to its associated
WorklogClauseQueryFactorys.| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<WorklogClauseQueryFactory> |
getClauseQueryFactory(QueryCreationContext context,
TerminalClause clause)
Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause.
|
io.atlassian.fugue.Option<WorklogClauseQueryFactory> getClauseQueryFactory(QueryCreationContext context, TerminalClause clause)
clause - that defines the name for which we want to find the query factory, must not be null.context - query contextCopyright © 2002-2019 Atlassian. All Rights Reserved.