com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChanges

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDeltaDataChanges2
All Known Implementing Classes:
DeltaDataChanges, IDeltaDataChanges2Proxy, IDeltaDataChangesProxy

public interface IDeltaDataChanges
extends java.io.Serializable

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

Description: 'Provides access to members that identify a data changes object based on a delta container.' 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 IIDa598405f_8302_42b8_a6a2_121cbb2b3e0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getContainer()
          The container, which can be a workspace or an XML document, in which the delta changes are stored.
 

Field Detail

IIDa598405f_8302_42b8_a6a2_121cbb2b3e0a

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

getContainer

java.lang.Object getContainer()
                              throws java.io.IOException,
                                     AutomationException
The container, which can be a workspace or an XML document, in which the delta changes are stored.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.