public class BaseQuery extends java.lang.Object implements Query
| Constructor and Description |
|---|
BaseQuery(java.util.List columns,
Source source,
Constraint constraint,
java.util.List orderings) |
| 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.lang.String |
toString() |
public BaseQuery(java.util.List columns,
Source source,
Constraint constraint,
java.util.List orderings)
public java.util.List getColumns()
QuerygetColumns in interface Querypublic Constraint getConstraint()
QuerygetConstraint in interface Querypublic java.util.List getOrderings()
QuerygetOrderings in interface Querypublic Source getSource()
Querypublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.