public class

QueryExecution

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.QueryExecution

Class Overview

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>
 

Summary

Fields
protected CacheStrategyType cacheStrategyType
protected int maxResultCount
protected int maxResultPerSource
protected String queryId
protected long startingIndex
Public Constructors
QueryExecution()
Public Methods
CacheStrategyType getCacheStrategyType()
Gets the value of the cacheStrategyType property.
int getMaxResultCount()
Gets the value of the maxResultCount property.
int getMaxResultPerSource()
Gets the value of the maxResultPerSource property.
String getQueryId()
Gets the value of the queryId property.
long getStartingIndex()
Gets the value of the startingIndex property.
void setCacheStrategyType(CacheStrategyType value)
Sets the value of the cacheStrategyType property.
void setMaxResultCount(int value)
Sets the value of the maxResultCount property.
void setMaxResultPerSource(int value)
Sets the value of the maxResultPerSource property.
void setQueryId(String value)
Sets the value of the queryId property.
void setStartingIndex(long value)
Sets the value of the startingIndex property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CacheStrategyType cacheStrategyType

protected int maxResultCount

protected int maxResultPerSource

protected String queryId

protected long startingIndex

Public Constructors

public QueryExecution ()

Public Methods

public CacheStrategyType getCacheStrategyType ()

Gets the value of the cacheStrategyType property.

Returns

public int getMaxResultCount ()

Gets the value of the maxResultCount property.

public int getMaxResultPerSource ()

Gets the value of the maxResultPerSource property.

public String getQueryId ()

Gets the value of the queryId property.

Returns
  • possible object is String

public long getStartingIndex ()

Gets the value of the startingIndex property.

public void setCacheStrategyType (CacheStrategyType value)

Sets the value of the cacheStrategyType property.

Parameters
value Allowed object is CacheStrategyType

public void setMaxResultCount (int value)

Sets the value of the maxResultCount property.

Parameters
value

public void setMaxResultPerSource (int value)

Sets the value of the maxResultPerSource property.

Parameters
value

public void setQueryId (String value)

Sets the value of the queryId property.

Parameters
value Allowed object is String

public void setStartingIndex (long value)

Sets the value of the startingIndex property.

Parameters
value