com.esri.arcgis.geodatabasedistributed
Interface IDataChanges

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDataChanges2, IDataChanges3
All Known Implementing Classes:
ArchivingDataChanges, CheckOutDataChanges, DataChanges, DeltaDataChanges, IDataChanges2Proxy, IDataChanges3Proxy, IDataChangesProxy, ReplicationDataChanges, TablesDataChanges, VersionDataChanges

public interface IDataChanges
extends java.io.Serializable

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

Description: 'Provides access to members that return information needed to check in or import edits.' 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 IIDe0951743_0d52_42ff_ab5e_32d07b5b8951
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDifferenceCursor extract(java.lang.String tableName, int changeType)
          Lists the edits in each feature class or table.
 IEnumModifiedClassInfo getModifiedClassesInfo()
          Returns an enumeration listing of the feature classes and tables with edits.
 int getParentReplicaID()
          ID for the replica in the parent geodatabase.
 IWorkspaceName getParentWorkspaceName()
          Workspace of the master geodatabase.
 java.lang.String getReplicaGuid()
          GUID identifying the child/parent replica pair.
 

Field Detail

IIDe0951743_0d52_42ff_ab5e_32d07b5b8951

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

getModifiedClassesInfo

IEnumModifiedClassInfo getModifiedClassesInfo()
                                              throws java.io.IOException,
                                                     AutomationException
Returns an enumeration listing of the feature classes and tables with edits.

Returns:
A reference to a com.esri.arcgis.geodatabasedistributed.IEnumModifiedClassInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extract

IDifferenceCursor extract(java.lang.String tableName,
                          int changeType)
                          throws java.io.IOException,
                                 AutomationException
Lists the edits in each feature class or table.

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

getParentWorkspaceName

IWorkspaceName getParentWorkspaceName()
                                      throws java.io.IOException,
                                             AutomationException
Workspace of the master geodatabase.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentReplicaID

int getParentReplicaID()
                       throws java.io.IOException,
                              AutomationException
ID for the replica in the parent geodatabase.

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

getReplicaGuid

java.lang.String getReplicaGuid()
                                throws java.io.IOException,
                                       AutomationException
GUID identifying the child/parent replica pair.

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