|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.querymodel.impl.BaseQuery
public class BaseQuery
Constructor Summary | |
---|---|
BaseQuery(java.util.List columns,
Source source,
Constraint constraint,
java.util.List orderings)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseQuery(java.util.List columns, Source source, Constraint constraint, java.util.List orderings)
Method Detail |
---|
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
getSource
in interface Query
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |