public interface Query
Modifier and Type | Method and Description |
---|---|
java.util.List |
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.
|
java.util.List |
getOrderings()
Get any orderings (may be an empty list or null)
|
Source |
getSource()
Get the source for the query
Must not be null.
|
java.util.List getColumns()
Constraint getConstraint()
java.util.List getOrderings()
Source getSource()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.