com.esri.arcgis.catalog
Interface IGxAGSFolder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxAGSFolder, IGxAGSFolderProxy

public interface IGxAGSFolder
extends java.io.Serializable

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

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 IID7274cd39_52ad_4256_b799_4fa053361684
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void editFolderProperties(int hParent)
          Edit the folder properties.
 IAGSServerConnection getAGSServerConnection()
          The AGS server connection.
 IAGSServerConnectionName getAGSServerConnectionName()
          The AGS server connection name.
 java.lang.Object getSelectedServerObjects()
          The selected server objects.
 void setAGSServerConnectionByRef(IAGSServerConnection conn)
          The AGS server connection.
 void setAGSServerConnectionNameByRef(IAGSServerConnectionName connName)
          The AGS server connection name.
 void setName(java.lang.String rhs1)
          The AGS folder name.
 void setSelectedServerObjects(java.lang.Object selectedObjects)
          The selected server objects.
 

Field Detail

IID7274cd39_52ad_4256_b799_4fa053361684

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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
The AGS folder name.

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

setAGSServerConnectionByRef

void setAGSServerConnectionByRef(IAGSServerConnection conn)
                                 throws java.io.IOException,
                                        AutomationException
The AGS server connection.

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

getAGSServerConnection

IAGSServerConnection getAGSServerConnection()
                                            throws java.io.IOException,
                                                   AutomationException
The AGS server connection.

Returns:
A reference to a com.esri.arcgis.gisclient.IAGSServerConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAGSServerConnectionName

IAGSServerConnectionName getAGSServerConnectionName()
                                                    throws java.io.IOException,
                                                           AutomationException
The AGS server connection name.

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

setAGSServerConnectionNameByRef

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

Parameters:
connName - 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.

editFolderProperties

void editFolderProperties(int hParent)
                          throws java.io.IOException,
                                 AutomationException
Edit the folder properties.

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

getSelectedServerObjects

java.lang.Object getSelectedServerObjects()
                                          throws java.io.IOException,
                                                 AutomationException
The selected server objects.

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

setSelectedServerObjects

void setSelectedServerObjects(java.lang.Object selectedObjects)
                              throws java.io.IOException,
                                     AutomationException
The selected server objects.

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