|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
org.eclipse.stardust.engine.api.ws.query.SubsetPolicyXto
public class SubsetPolicyXto
Evaluation Policy for specifying retrieval of only a subset of found data.
Java class for SubsetPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubsetPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="evaluateTotalCount" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="skippedEntries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SubsetPolicyXto()
|
|
| Method Summary | |
|---|---|
int |
getMaxSize()
Gets the value of the maxSize property. |
Integer |
getSkippedEntries()
Gets the value of the skippedEntries property. |
boolean |
isEvaluateTotalCount()
Gets the value of the evaluateTotalCount property. |
void |
setEvaluateTotalCount(boolean value)
Sets the value of the evaluateTotalCount property. |
void |
setMaxSize(int value)
Sets the value of the maxSize property. |
void |
setSkippedEntries(Integer value)
Sets the value of the skippedEntries property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubsetPolicyXto()
| Method Detail |
|---|
public boolean isEvaluateTotalCount()
public void setEvaluateTotalCount(boolean value)
public int getMaxSize()
public void setMaxSize(int value)
public Integer getSkippedEntries()
Integerpublic void setSkippedEntries(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||