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()
Query
getColumns
in interface Query
public Constraint getConstraint()
Query
getConstraint
in interface Query
public java.util.List getOrderings()
Query
getOrderings
in interface Query
public Source getSource()
Query
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.