com.esri.arcgis.geodatabase
Interface IPlugInWorkspaceHelper2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPlugInWorkspaceHelper2Proxy

public interface IPlugInWorkspaceHelper2
extends Serializable

Provides access to members that help the Plug-In workspace.

Product Availability

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


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.
 

Method Detail

isCanAddIndex

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isCanDeleteIndex

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

isReadOnly

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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