org.eclipse.stardust.engine.api.ws
Class QueryResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
Direct Known Subclasses:
ActivityQueryResultXto, DeployedRuntimeArtifactQueryResultXto, DocumentQueryResultXto, LogEntryQueryResultXto, ModelsQueryResultXto, ProcessDefinitionQueryResultXto, ProcessInstanceQueryResultXto, UserGroupQueryResultXto, UserQueryResultXto, VariableDefinitionQueryResultXto, WorklistXto.SharedWorklistsXto.SharedWorklistXto, WorklistXto.UserWorklistXto

public class QueryResultXto
extends Object

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

QueryResultXto

public QueryResultXto()
Method Detail

getTotalCount

public Long getTotalCount()
Gets the value of the totalCount property.

Returns:
possible object is Long

setTotalCount

public void setTotalCount(Long value)
Sets the value of the totalCount property.

Parameters:
value - allowed object is Long

isHasMore

public boolean isHasMore()
Gets the value of the hasMore property.


setHasMore

public void setHasMore(boolean value)
Sets the value of the hasMore property.


getTotalCountThreshold

public long getTotalCountThreshold()
Gets the value of the totalCountThreshold property.


setTotalCountThreshold

public void setTotalCountThreshold(long value)
Sets the value of the totalCountThreshold property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.