com.esri.arcgis.geodatabase
Interface IPlugInWorkspaceHelper2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPlugInWorkspaceHelper2Proxy

public interface IPlugInWorkspaceHelper2
extends java.io.Serializable

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

Description: 'Provides access to members that help the Plug-In 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 IIDd4ce2db3_e5d8_4aba_b11e_39d47646339d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCanAddIndex()
          Indicates if datasets in this workspace allow indexes to built.
 boolean isCanDeleteIndex()
          Indicates if datasets in this workspace allow indexes to be deleted.
 boolean isReadOnly()
          Indicates if this workspace is read-only.
 

Field Detail

IIDd4ce2db3_e5d8_4aba_b11e_39d47646339d

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

isCanAddIndex

boolean isCanAddIndex()
                      throws java.io.IOException,
                             AutomationException
Indicates if datasets in this workspace allow indexes to built.

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

isCanDeleteIndex

boolean isCanDeleteIndex()
                         throws java.io.IOException,
                                AutomationException
Indicates if datasets in this workspace allow indexes to be deleted.

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

isReadOnly

boolean isReadOnly()
                   throws java.io.IOException,
                          AutomationException
Indicates if this workspace is read-only.

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