com.esri.arcgis.geodatabase
Interface IDEWorkspace3

All Superinterfaces:
IDEWorkspace, IDEWorkspace2, java.io.Serializable
All Known Implementing Classes:
DEWorkspace, IDEWorkspace3Proxy

public interface IDEWorkspace3
extends IDEWorkspace2, java.io.Serializable

COM Interface 'IDEWorkspace3'. Generated 3/19/2015 1:20:56 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 IIDe9d1755a_01af_43d7_9c6c_b10ef3e6b785
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace2
IID43c1d06b_0277_4b84_96f5_d4d3ab1173ea
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEWorkspace
IIDc7b1fc10_308f_4fb5_890c_8b5293ead096
 
Method Summary
 java.lang.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(java.lang.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
 

Field Detail

IIDe9d1755a_01af_43d7_9c6c_b10ef3e6b785

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

isCurrentRelease

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

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

getRealm

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

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

setRealm

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

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