@Internal public class

QueryImpl

extends Object
implements Query
java.lang.Object
   ↳ com.atlassian.query.QueryImpl

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Defines a structured graph of objects that can be used to represent query.

Summary

Public Constructors
QueryImpl()
QueryImpl(Clause whereClause)
QueryImpl(Clause whereClause, String originalQuery)
QueryImpl(Clause whereClause, OrderBy orderByClause, String originalQuery)
Public Methods
boolean equals(Object o)
OrderBy getOrderByClause()
String getQueryString()
Clause getWhereClause()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.query.Query

Public Constructors

public QueryImpl ()

public QueryImpl (Clause whereClause)

public QueryImpl (Clause whereClause, String originalQuery)

public QueryImpl (Clause whereClause, OrderBy orderByClause, String originalQuery)

Public Methods

public boolean equals (Object o)

public OrderBy getOrderByClause ()

public String getQueryString ()

public Clause getWhereClause ()

public int hashCode ()

public String toString ()