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