|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITablesDataChanges
Provides access to members that initialize a TablesDataChanges object.
Method Summary | |
---|---|
void |
add(ITableDataChangesInfo tableDataChanges)
Add table data changes. |
ITableDataChangesInfo |
findTableChangesInfo(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(String targetName)
Remove table data changes. |
Method Detail |
---|
void init(int modelType) throws IOException, AutomationException
Initializes the class by setting the model type.
A full model type delta file indicates that all reactive geodatabase behavior was executed at edit time.
A simple model type delta file assumes that the edits were not made by a reactive geodatabase editor.
See the DataChangesExporter coclass for more information on delta files.
modelType
- A com.esri.arcgis.geodatabase.esriReplicaModelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ITableDataChangesInfo tableDataChanges) throws IOException, AutomationException
This method adds a reference a TableDataChangesInfo object to the TablesDataChanges object.
tableDataChanges
- A reference to a com.esri.arcgis.geodatabasedistributed.ITableDataChangesInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(String targetName) throws IOException, AutomationException
targetName
- The targetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableDataChangesInfo findTableChangesInfo(String targetName) throws IOException, AutomationException
targetName
- The targetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |