com.esri.arcgis.geodatabasedistributed
Interface IVersionDataChangesInit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IVersionDataChangesInitProxy, VersionDataChanges

public interface IVersionDataChangesInit
extends java.io.Serializable

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

Description: 'Provides access to members that initialize a VersionDataChanges object.' 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 IID51ddd7ac_b00b_420a_adb9_30540c7e81d4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void init(IWorkspaceName sourceVersionedWorkspace, IWorkspaceName targetVersionedWorkspace)
          Initializes the class by setting the versioned workspace and one of its ancestor versioned workspace.
 

Field Detail

IID51ddd7ac_b00b_420a_adb9_30540c7e81d4

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

init

void init(IWorkspaceName sourceVersionedWorkspace,
          IWorkspaceName targetVersionedWorkspace)
          throws java.io.IOException,
                 AutomationException
Initializes the class by setting the versioned workspace and one of its ancestor versioned workspace.

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