| java.lang.Object | |
| ↳ | com.atlassian.jira.jql.query.DefaultWorklogQueryRegistry |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||||
Fetches an associated AbstractWorklogClauseQueryFactory objects for the provided Clause. The returned value is based on the clauses name.
| context | query context |
|---|---|
| clause | that defines the name for which we want to find the query factory, must not be null. |

