com.esri.arcgis.geodatabasedistributed
Interface ITablesDataChanges

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITablesDataChangesProxy, TablesDataChanges

public interface ITablesDataChanges
extends java.io.Serializable

COM Interface 'ITablesDataChanges'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that initialize a TablesDataChanges object.' 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 IID244f9cd3_873d_42af_88a9_3f740079d4f9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ITableDataChangesInfo tableDataChanges)
          Add table data changes.
 ITableDataChangesInfo findTableChangesInfo(java.lang.String targetName)
          A TableDataChangesInfo object for the target feature class.
 int getCount()
          The number of TableDataChangesInfo objects that have been added.
 void init(int modelType)
          The changes model type.
 void remove(java.lang.String targetName)
          Remove table data changes.
 

Field Detail

IID244f9cd3_873d_42af_88a9_3f740079d4f9

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

init

void init(int modelType)
          throws java.io.IOException,
                 AutomationException
The changes model type.

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

add

void add(ITableDataChangesInfo tableDataChanges)
         throws java.io.IOException,
                AutomationException
Add table data changes.

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

remove

void remove(java.lang.String targetName)
            throws java.io.IOException,
                   AutomationException
Remove table data changes.

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

findTableChangesInfo

ITableDataChangesInfo findTableChangesInfo(java.lang.String targetName)
                                           throws java.io.IOException,
                                                  AutomationException
A TableDataChangesInfo object for the target feature class.

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of TableDataChangesInfo objects that have been added.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.