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()
Query
getColumns
in interface Query
public Constraint getConstraint()
Query
getConstraint
in interface Query
public List<Ordering> getOrderings()
Query
getOrderings
in interface Query
public Source getSource()
Query
Copyright © 2005–2020 Alfresco Software. All rights reserved.