|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxAGSFolder
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 |
---|
void setName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAGSServerConnectionByRef(IAGSServerConnection conn) throws IOException, AutomationException
conn
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAGSServerConnection getAGSServerConnection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IAGSServerConnectionName getAGSServerConnectionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAGSServerConnectionNameByRef(IAGSServerConnectionName connName) throws IOException, AutomationException
connName
- A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void editFolderProperties(int hParent) throws IOException, AutomationException
hParent
- The hParent (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getSelectedServerObjects() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedServerObjects(Object selectedObjects) throws IOException, AutomationException
selectedObjects
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |