com.esri.arcgis.geodatabase
Interface IReplicaFilterDescriptionEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IReplicaFilterDescriptionEditProxy, ReplicaDescription

public interface IReplicaFilterDescriptionEdit
extends java.io.Serializable

COM Interface 'IReplicaFilterDescriptionEdit'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that set a replica's properties.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID50befd5a_3978_470f_b6db_15916162c15c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setGeometryByRef(IGeometry rhs1)
          The geometry used to determine which features to extract or check out.
 void setRowsType(int index, int rhs2)
          Replica row type options.
 void setSpatialRelation(int rhs1)
          The spatial operator used for a replica.
 void setTableDefQuery(int index, java.lang.String rhs2)
          The definition query to use when checking out a dataset.
 void setTableSelectionByRef(int index, ISelectionSet rhs2)
          The selection set to use when checking out a dataset.
 void setTableUsesDefQuery(int index, boolean rhs2)
          Indicates if a definition query will be used when checking out a dataset.
 void setTableUsesQueryGeometry(int index, boolean rhs2)
          Indicates if a spatial extent will be used when checking out a dataset.
 void setTableUsesSelection(int index, boolean rhs2)
          Indicates if a selection will be used when checking out a dataset.
 

Field Detail

IID50befd5a_3978_470f_b6db_15916162c15c

static final int IID50befd5a_3978_470f_b6db_15916162c15c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setGeometryByRef

void setGeometryByRef(IGeometry rhs1)
                      throws java.io.IOException,
                             AutomationException
The geometry used to determine which features to extract or check out.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialRelation

void setSpatialRelation(int rhs1)
                        throws java.io.IOException,
                               AutomationException
The spatial operator used for a replica.

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableUsesQueryGeometry

void setTableUsesQueryGeometry(int index,
                               boolean rhs2)
                               throws java.io.IOException,
                                      AutomationException
Indicates if a spatial extent will be used when checking out a dataset.

Parameters:
index - The index (in)
rhs2 - The rhs2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableUsesSelection

void setTableUsesSelection(int index,
                           boolean rhs2)
                           throws java.io.IOException,
                                  AutomationException
Indicates if a selection will be used when checking out a dataset.

Parameters:
index - The index (in)
rhs2 - The rhs2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableUsesDefQuery

void setTableUsesDefQuery(int index,
                          boolean rhs2)
                          throws java.io.IOException,
                                 AutomationException
Indicates if a definition query will be used when checking out a dataset.

Parameters:
index - The index (in)
rhs2 - The rhs2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableSelectionByRef

void setTableSelectionByRef(int index,
                            ISelectionSet rhs2)
                            throws java.io.IOException,
                                   AutomationException
The selection set to use when checking out a dataset.

Parameters:
index - The index (in)
rhs2 - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableDefQuery

void setTableDefQuery(int index,
                      java.lang.String rhs2)
                      throws java.io.IOException,
                             AutomationException
The definition query to use when checking out a dataset.

Parameters:
index - The index (in)
rhs2 - The rhs2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRowsType

void setRowsType(int index,
                 int rhs2)
                 throws java.io.IOException,
                        AutomationException
Replica row type options.

Parameters:
index - The index (in)
rhs2 - A com.esri.arcgis.geodatabase.esriRowsType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.