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 =
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
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.