com.esri.arcgis.geodatabase
Interface IReplicaFilterDescription2

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

public interface IReplicaFilterDescription2
extends IReplicaFilterDescription, java.io.Serializable

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

Description: 'Provides access to members that return 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 IID40f7cb0d_c8a1_413e_9112_c7862db1bee1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IReplicaFilterDescription
IIDf0455780_be29_46e4_a25a_459dcaff6276
 
Method Summary
 IFIDSet getTableSelectionIDs(int index)
          The ID's of the rows and features that are replicated when a selection set id ussd.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaFilterDescription
getGeometry, getRowsType, getSpatialRelation, getTableDefQuery, getTableSelection, isTableUsesDefQuery, isTableUsesQueryGeometry, isTableUsesSelection
 

Field Detail

IID40f7cb0d_c8a1_413e_9112_c7862db1bee1

static final int IID40f7cb0d_c8a1_413e_9112_c7862db1bee1
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

getTableSelectionIDs

IFIDSet getTableSelectionIDs(int index)
                             throws java.io.IOException,
                                    AutomationException
The ID's of the rows and features that are replicated when a selection set id ussd.

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