public class BaseQuery extends Object implements Query
| Constructor and Description |
|---|
BaseQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns()
Get the columns to return from the query
This may not be null and must contain at least one entry.
|
Constraint |
getConstraint()
Get the constraints for the query.
|
List<Ordering> |
getOrderings()
Get any orderings (may be an empty list or null)
|
Source |
getSource()
Get the source for the query
Must not be null.
|
String |
toString() |
public List<Column> getColumns()
QuerygetColumns in interface Querypublic Constraint getConstraint()
QuerygetConstraint in interface Querypublic List<Ordering> getOrderings()
QuerygetOrderings in interface Querypublic Source getSource()
QueryCopyright © 2005–2019 Alfresco Software. All rights reserved.