@PublicApi
public interface Query
Modifier and Type | Method and Description |
---|---|
OrderBy |
getOrderByClause() |
String |
getQueryString() |
Clause |
getWhereClause() |
Clause getWhereClause()
OrderBy getOrderByClause()
SearchSort
s that will make up the full order by clause. Null indicates that
no order by clause has been entered and we will not sort the query, empty sorts will cause the default
sorts to be used.String getQueryString()
Copyright © 2002-2016 Atlassian. All Rights Reserved.