com.esri.arcgis.geodatabase
Interface IDEWorkspace

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDEWorkspace2, IDEWorkspace3
All Known Implementing Classes:
DEDiskConnection, DEFolder, DEWorkspace, IDEWorkspace2Proxy, IDEWorkspace3Proxy, IDEWorkspaceProxy

public interface IDEWorkspace
extends java.io.Serializable

COM Interface 'IDEWorkspace'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that return information about a workspace data element.' 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 IIDc7b1fc10_308f_4fb5_890c_8b5293ead096
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getConnectionProperties()
          The connection information of the database.
 java.lang.String getConnectionString()
          The connection string.
 IArray getDomains()
          The list of Domains.
 java.lang.String getWorkspaceFactoryProgID()
          The workspace factory prog id.
 int getWorkspaceType()
          The workspace type.
 void setConnectionPropertiesByRef(IPropertySet connectionProperties)
          The connection information of the database.
 void setConnectionString(java.lang.String connection)
          The connection string.
 void setDomainsByRef(IArray domains)
          The list of Domains.
 void setWorkspaceFactoryProgID(java.lang.String progID)
          The workspace factory prog id.
 void setWorkspaceType(int workspaceType)
          The workspace type.
 

Field Detail

IIDc7b1fc10_308f_4fb5_890c_8b5293ead096

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

getWorkspaceType

int getWorkspaceType()
                     throws java.io.IOException,
                            AutomationException
The workspace type.

Returns:
A com.esri.arcgis.geodatabase.esriWorkspaceType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWorkspaceType

void setWorkspaceType(int workspaceType)
                      throws java.io.IOException,
                             AutomationException
The workspace type.

Parameters:
workspaceType - A com.esri.arcgis.geodatabase.esriWorkspaceType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWorkspaceFactoryProgID

java.lang.String getWorkspaceFactoryProgID()
                                           throws java.io.IOException,
                                                  AutomationException
The workspace factory prog id.

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

setWorkspaceFactoryProgID

void setWorkspaceFactoryProgID(java.lang.String progID)
                               throws java.io.IOException,
                                      AutomationException
The workspace factory prog id.

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

getConnectionString

java.lang.String getConnectionString()
                                     throws java.io.IOException,
                                            AutomationException
The connection string.

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

setConnectionString

void setConnectionString(java.lang.String connection)
                         throws java.io.IOException,
                                AutomationException
The connection string.

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

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
The connection information of the database.

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

setConnectionPropertiesByRef

void setConnectionPropertiesByRef(IPropertySet connectionProperties)
                                  throws java.io.IOException,
                                         AutomationException
The connection information of the database.

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

getDomains

IArray getDomains()
                  throws java.io.IOException,
                         AutomationException
The list of Domains.

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

setDomainsByRef

void setDomainsByRef(IArray domains)
                     throws java.io.IOException,
                            AutomationException
The list of Domains.

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