com.esri.arcgis.geodatabase
Interface IPlugInWorkspaceFactoryHelper2

All Superinterfaces:
IPlugInWorkspaceFactoryHelper, Serializable
All Known Implementing Classes:
FMEWorkspaceFactory, IPlugInWorkspaceFactoryHelper2Proxy

public interface IPlugInWorkspaceFactoryHelper2
extends IPlugInWorkspaceFactoryHelper, Serializable

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

Product Availability

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


Method Summary
 IPlugInWorkspaceHelper openWorkspaceEx(String wksString, IPropertySet pConnectionProps)
          Opens a workspace helper for the workspace identified by the workspace string, using the connection properties.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInWorkspaceFactoryHelper
containsWorkspace, getDatasetDescription, getDataSourceName, getWorkspaceDescription, getWorkspaceFactoryTypeID, getWorkspaceString, getWorkspaceType, isCanSupportSQL, isWorkspace, openWorkspace
 

Method Detail

openWorkspaceEx

IPlugInWorkspaceHelper openWorkspaceEx(String wksString,
                                       IPropertySet pConnectionProps)
                                       throws IOException,
                                              AutomationException
Opens a workspace helper for the workspace identified by the workspace string, using the connection properties.

Product Availability

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

Parameters:
wksString - The wksString (in)
pConnectionProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IPlugInWorkspaceHelper
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.