com.esri.arcgis.geodatabase
Interface IPlugInCreateWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPlugInCreateWorkspaceProxy, SDCWorkspaceFactory

public interface IPlugInCreateWorkspace
extends java.io.Serializable

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

Description: 'Provides access to members for creating Plug-In workspaces.' 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 IID697ffbd6_7d45_48c2_9810_7131183edcaf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createWorkspace(java.lang.String workspaceString)
          Creates a new Plug-In workspace.
 java.lang.String makeWorkspaceString(java.lang.String parentDirectory, java.lang.String file, IPropertySet connectionProperties)
          Gets a string uniquely identifing the workspace described by the input parameters.
 

Field Detail

IID697ffbd6_7d45_48c2_9810_7131183edcaf

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

makeWorkspaceString

java.lang.String makeWorkspaceString(java.lang.String parentDirectory,
                                     java.lang.String file,
                                     IPropertySet connectionProperties)
                                     throws java.io.IOException,
                                            AutomationException
Gets a string uniquely identifing the workspace described by the input parameters.

Parameters:
parentDirectory - The parentDirectory (in)
file - The file (in)
connectionProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
The workspaceString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createWorkspace

void createWorkspace(java.lang.String workspaceString)
                     throws java.io.IOException,
                            AutomationException
Creates a new Plug-In workspace.

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