com.esri.arcgis.geodatabasedistributed
Interface IGDSData2

All Superinterfaces:
IGDSData, java.io.Serializable
All Known Implementing Classes:
IGDSData2Proxy

public interface IGDSData2
extends IGDSData, java.io.Serializable

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

Description: 'Provides access to methods supported by a GDSReplicaData 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 IID74a172d5_7d99_41e1_9840_415193b5f58c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IGDSData
IIDbdfd716d_e902_4907_9c97_65da73f02ae9
 
Method Summary
 java.lang.String getUploadID()
          The ID of the uploaded data.
 void setUploadID(java.lang.String uploadID)
          The ID of the uploaded data.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IGDSData
getConnectionProperties, getEmbeddedData, getTransportType, getURL, isCompressed, setCompressed, setConnectionPropertiesByRef, setEmbeddedData, setTransportType, setURL
 

Field Detail

IID74a172d5_7d99_41e1_9840_415193b5f58c

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

getUploadID

java.lang.String getUploadID()
                             throws java.io.IOException,
                                    AutomationException
The ID of the uploaded data.

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

setUploadID

void setUploadID(java.lang.String uploadID)
                 throws java.io.IOException,
                        AutomationException
The ID of the uploaded data.

Parameters:
uploadID - The uploadID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.