com.esri.arcgis.geodatabase
Interface IPlugInWorkspaceFactoryHelper2

All Superinterfaces:
IPlugInWorkspaceFactoryHelper, java.io.Serializable
All Known Implementing Classes:
FeatureServiceWorkspaceFactory, FMEWorkspaceFactory, IPlugInWorkspaceFactoryHelper2Proxy

public interface IPlugInWorkspaceFactoryHelper2
extends IPlugInWorkspaceFactoryHelper, java.io.Serializable

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

Description: 'Provides access to members that help the Plug-In workspace factory.' 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 IIDa6ba6eda_95a0_49b9_9edf_a83099448798
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPlugInWorkspaceHelper openWorkspaceEx(java.lang.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
 

Field Detail

IIDa6ba6eda_95a0_49b9_9edf_a83099448798

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

openWorkspaceEx

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.