com.esri.arcgis.catalog
Interface IGxAGSFolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSFolder

public interface IGxAGSFolder
extends Serializable

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void editFolderProperties(int hParent)
          Edit the folder properties.
 IAGSServerConnection getAGSServerConnection()
          The AGS server connection.
 IAGSServerConnectionName getAGSServerConnectionName()
          The AGS server connection name.
 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(String rhs1)
          The AGS folder name.
 void setSelectedServerObjects(Object selectedObjects)
          The selected server objects.
 

Method Detail

setName

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

Product Availability

Available with ArcGIS Desktop.

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

setAGSServerConnectionByRef

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

Product Availability

Available with ArcGIS Desktop.

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

getAGSServerConnection

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

Product Availability

Available with ArcGIS Desktop.

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

getAGSServerConnectionName

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

Product Availability

Available with ArcGIS Desktop.

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

setAGSServerConnectionNameByRef

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

Product Availability

Available with ArcGIS Desktop.

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

editFolderProperties

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

Product Availability

Available with ArcGIS Desktop.

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

getSelectedServerObjects

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

Product Availability

Available with ArcGIS Desktop.

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

setSelectedServerObjects

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

Product Availability

Available with ArcGIS Desktop.

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