public class CamlQuery
extends java.lang.Object
| Constructor and Description |
|---|
CamlQuery()
Instantiates a new caml query.
|
CamlQuery(javax.xml.stream.XMLStreamReader reader,
java.lang.String localName)
Instantiates a new caml query.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
getGroupBy()
Gets the group by.
|
OrderBy |
getOrderBy()
Gets the order by.
|
Where |
getWhere()
Gets the where.
|
WithIndex |
getWithIndex()
Gets the with index.
|
void |
setGroupBy(GroupBy groupBy)
Sets the group by.
|
void |
setOrderBy(OrderBy orderBy)
Sets the order by.
|
void |
setWhere(Where where)
Sets the where.
|
void |
setWithIndex(WithIndex withIndex)
Sets the with index.
|
java.lang.String |
toString() |
public CamlQuery()
public CamlQuery(javax.xml.stream.XMLStreamReader reader,
java.lang.String localName)
throws javax.xml.stream.XMLStreamException,
java.text.ParseException
reader - the readerlocalName - the local namejavax.xml.stream.XMLStreamException - the XML stream exceptionjava.text.ParseException - the parse exceptionpublic GroupBy getGroupBy()
public OrderBy getOrderBy()
public Where getWhere()
public WithIndex getWithIndex()
public void setGroupBy(GroupBy groupBy)
groupBy - the new group bypublic void setOrderBy(OrderBy orderBy)
orderBy - the new order bypublic void setWhere(Where where)
where - the new wherepublic void setWithIndex(WithIndex withIndex)
withIndex - the new with indexpublic java.lang.String toString()
toString in class java.lang.Object