com.esri.arcgis.geodatabase
Interface IDEWorkspace3

All Superinterfaces:
IDEWorkspace, IDEWorkspace2, Serializable
All Known Implementing Classes:
DEWorkspace

public interface IDEWorkspace3
extends IDEWorkspace2, Serializable

Provides access to members that return information about a workspace data element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getRealm()
          The qualifier used to create fully qualified names for Editor Tracking.
 boolean isCurrentRelease()
          Indicates if the geodatabase is at the current release.
 void setRealm(String realm)
          The qualifier used to create fully qualified names for Editor Tracking.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace2
getBugfixVersion, getMajorVersion, getMinorVersion
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace
getConnectionProperties, getConnectionString, getDomains, getWorkspaceFactoryProgID, getWorkspaceType, setConnectionPropertiesByRef, setConnectionString, setDomainsByRef, setWorkspaceFactoryProgID, setWorkspaceType
 

Method Detail

isCurrentRelease

boolean isCurrentRelease()
                         throws IOException,
                                AutomationException
Indicates if the geodatabase is at the current release.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getRealm

String getRealm()
                throws IOException,
                       AutomationException
The qualifier used to create fully qualified names for Editor Tracking.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setRealm

void setRealm(String realm)
              throws IOException,
                     AutomationException
The qualifier used to create fully qualified names for Editor Tracking.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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