| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.QueryExecution |
Java class for QueryExecution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryExecution">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="queryId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="startingIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="maxResultCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="maxResultPerSource" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="cacheStrategyType" type="{http://core.datamodel.fs.documentum.emc.com/}CacheStrategyType" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cacheStrategyType | |||||||||||
| maxResultCount | |||||||||||
| maxResultPerSource | |||||||||||
| queryId | |||||||||||
| startingIndex | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cacheStrategyType property.
| |||||||||||
Gets the value of the maxResultCount property.
| |||||||||||
Gets the value of the maxResultPerSource property.
| |||||||||||
Gets the value of the queryId property.
| |||||||||||
Gets the value of the startingIndex property.
| |||||||||||
Sets the value of the cacheStrategyType property.
| |||||||||||
Sets the value of the maxResultCount property.
| |||||||||||
Sets the value of the maxResultPerSource property.
| |||||||||||
Sets the value of the queryId property.
| |||||||||||
Sets the value of the startingIndex property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cacheStrategyType property.
CacheStrategyType
Gets the value of the maxResultCount property.
Gets the value of the maxResultPerSource property.
Gets the value of the queryId property.
Gets the value of the startingIndex property.
Sets the value of the cacheStrategyType property.
| value | Allowed object is
CacheStrategyType
|
|---|
Sets the value of the maxResultCount property.
| value |
|---|
Sets the value of the maxResultPerSource property.
| value |
|---|
Sets the value of the queryId property.
| value | Allowed object is String |
|---|
Sets the value of the startingIndex property.
| value |
|---|