|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.QueryResultXto
public class QueryResultXto
Result of a Query execution. Holds retrieved items and a flag if more items would be available beyond that subset.
Java class for QueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="hasMore" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="totalCountThreshold" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
QueryResultXto()
|
|
| Method Summary | |
|---|---|
Long |
getTotalCount()
Gets the value of the totalCount property. |
long |
getTotalCountThreshold()
Gets the value of the totalCountThreshold property. |
boolean |
isHasMore()
Gets the value of the hasMore property. |
void |
setHasMore(boolean value)
Sets the value of the hasMore property. |
void |
setTotalCount(Long value)
Sets the value of the totalCount property. |
void |
setTotalCountThreshold(long value)
Sets the value of the totalCountThreshold property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResultXto()
| Method Detail |
|---|
public Long getTotalCount()
Longpublic void setTotalCount(Long value)
value - allowed object is
Longpublic boolean isHasMore()
public void setHasMore(boolean value)
public long getTotalCountThreshold()
public void setTotalCountThreshold(long value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||