com.esri.arcgis.catalog
Interface IGxCatalogWorkspace

All Superinterfaces:
Serializable
All Known Implementing Classes:
Application, Application, Application, GxCatalog

public interface IGxCatalogWorkspace
extends Serializable

Provides access to members that manages a GX catalog workspace.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getWorkspaceFolderPath()
          The workspace path.
 boolean isUseWorkspaceFolder()
          Indicates if the catalog uses a workspace folder as a home folder.
 void openWorkspaceFolder(String workspaceFolderPath)
          Opens the document catalog.
 void setUseWorkspaceFolder(boolean bUseWorkspaceFolder)
          Indicates if the catalog uses a workspace folder as a home folder.
 

Method Detail

isUseWorkspaceFolder

boolean isUseWorkspaceFolder()
                             throws IOException,
                                    AutomationException
Indicates if the catalog uses a workspace folder as a home folder.

Product Availability

Available with ArcGIS Desktop.

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

setUseWorkspaceFolder

void setUseWorkspaceFolder(boolean bUseWorkspaceFolder)
                           throws IOException,
                                  AutomationException
Indicates if the catalog uses a workspace folder as a home folder.

Product Availability

Available with ArcGIS Desktop.

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

getWorkspaceFolderPath

String getWorkspaceFolderPath()
                              throws IOException,
                                     AutomationException
The workspace path.

Product Availability

Available with ArcGIS Desktop.

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

openWorkspaceFolder

void openWorkspaceFolder(String workspaceFolderPath)
                         throws IOException,
                                AutomationException
Opens the document catalog.

Product Availability

Available with ArcGIS Desktop.

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