com.atlassian.jira.jql.context
Class ComponentClauseContextFactory
java.lang.Object
com.atlassian.jira.jql.context.AbstractProjectAttributeClauseContextFactory<ProjectComponent>
com.atlassian.jira.jql.context.ComponentClauseContextFactory
- All Implemented Interfaces:
- ClauseContextFactory
public class ComponentClauseContextFactory
- extends AbstractProjectAttributeClauseContextFactory<ProjectComponent>
A context factory for project component clauses. The contexts that are generated by this factory will all be
QueryContextElementType.IMPLICIT. The context will contain any projects
that the component is relevant for and an AllIssueTypesContext.
- Since:
- v4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentClauseContextFactory
public ComponentClauseContextFactory(JqlOperandResolver jqlOperandResolver,
ComponentResolver componentResolver,
ProjectManager projectManager,
PermissionManager permissionManager)
Copyright © 2002-2012 Atlassian. All Rights Reserved.