com.esri.arcgis.catalog
Interface IGxAGSDraftFolder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxAGSDraftFolder, IGxAGSDraftFolderProxy

public interface IGxAGSDraftFolder
extends java.io.Serializable

COM Interface 'IGxAGSDraftFolder'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members of GxObject that represents a draft service folder 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 IIDd62fffbe_ff58_40b3_be97_275357e25d30
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getStagingFolder()
          The staging folder of this connection.
 void setAGSServerConnectionNameByRef(IAGSServerConnectionName rhs1)
          The AGS server connection.
 

Field Detail

IIDd62fffbe_ff58_40b3_be97_275357e25d30

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

setAGSServerConnectionNameByRef

void setAGSServerConnectionNameByRef(IAGSServerConnectionName rhs1)
                                     throws java.io.IOException,
                                            AutomationException
The AGS server connection.

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

getStagingFolder

java.lang.String getStagingFolder()
                                  throws java.io.IOException,
                                         AutomationException
The staging folder of this connection.

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