com.atlassian.jira.jql.context
Class QueryContextImpl

java.lang.Object
  extended by com.atlassian.jira.jql.context.QueryContextImpl
All Implemented Interfaces:
QueryContext

public class QueryContextImpl
extends Object
implements QueryContext

Since:
v4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.jql.context.QueryContext
QueryContext.ProjectIssueTypeContexts
 
Constructor Summary
QueryContextImpl(ClauseContext clauseContext)
           
 
Method Summary
 boolean equals(Object o)
           
 Collection<QueryContext.ProjectIssueTypeContexts> getProjectIssueTypeContexts()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryContextImpl

public QueryContextImpl(ClauseContext clauseContext)
Method Detail

getProjectIssueTypeContexts

public Collection<QueryContext.ProjectIssueTypeContexts> getProjectIssueTypeContexts()
Specified by:
getProjectIssueTypeContexts in interface QueryContext

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.