com.esri.arcgis.geodatabasedistributed
Interface IDataChanges2

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

public interface IDataChanges2
extends IDataChanges, java.io.Serializable

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

Description: 'Provides access to return the model type of the edits in the check-out.' 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 IID5f8f332e_316d_4fc0_9454_b2628cb9d546
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges
IIDe0951743_0d52_42ff_ab5e_32d07b5b8951
 
Method Summary
 int getChangesModelType()
          Geodabase model type, simple or full.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IDataChanges
extract, getModifiedClassesInfo, getParentReplicaID, getParentWorkspaceName, getReplicaGuid
 

Field Detail

IID5f8f332e_316d_4fc0_9454_b2628cb9d546

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

getChangesModelType

int getChangesModelType()
                        throws java.io.IOException,
                               AutomationException
Geodabase model type, simple or full.

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