com.esri.arcgis.catalog
Interface IGxCatalogWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Application, Application, Application, GxCatalog, IGxCatalogWorkspaceProxy

public interface IGxCatalogWorkspace
extends java.io.Serializable

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

Description: 'Provides access to members that manages a GX catalog workspace.' 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 IID9585bc1b_3477_48f7_9f28_c1ed484ad498
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getWorkspaceFolderPath()
          The workspace path.
 boolean isUseWorkspaceFolder()
          Indicates if the catalog uses a workspace folder as a home folder.
 void openWorkspaceFolder(java.lang.String workspaceFolderPath)
          Opens the document catalog.
 void setUseWorkspaceFolder(boolean bUseWorkspaceFolder)
          Indicates if the catalog uses a workspace folder as a home folder.
 

Field Detail

IID9585bc1b_3477_48f7_9f28_c1ed484ad498

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

isUseWorkspaceFolder

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

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

setUseWorkspaceFolder

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

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

getWorkspaceFolderPath

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

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

openWorkspaceFolder

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

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