com.esri.arcgis.carto
Interface IDataSourceHelperStandaloneTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataSourceHelper, IDataSourceHelperStandaloneTableProxy

public interface IDataSourceHelperStandaloneTable
extends java.io.Serializable

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

Description: 'Provides access to members that help repair/replace data sources at the Table Level.' 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 IID5c5a6b80_f0a3_4478_b8d6_4eea1a1a121a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void findAndReplaceWorkspaceNamePath(IStandaloneTable pStandaloneTable, java.lang.String oldWorkspaceName, java.lang.String newWorkspaceName, boolean validate)
          Replaces the table's workspace path name with the given workspace path name; Also does find and replace of parts of the workspace path name.
 void replaceName(IStandaloneTable pStandaloneTable, IName pName, boolean validate)
          Replaces the specified standalone table's IName with the given IName.
 

Field Detail

IID5c5a6b80_f0a3_4478_b8d6_4eea1a1a121a

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

replaceName

void replaceName(IStandaloneTable pStandaloneTable,
                 IName pName,
                 boolean validate)
                 throws java.io.IOException,
                        AutomationException
Replaces the specified standalone table's IName with the given IName.

Parameters:
pStandaloneTable - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
pName - A reference to a com.esri.arcgis.system.IName (in)
validate - The validate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findAndReplaceWorkspaceNamePath

void findAndReplaceWorkspaceNamePath(IStandaloneTable pStandaloneTable,
                                     java.lang.String oldWorkspaceName,
                                     java.lang.String newWorkspaceName,
                                     boolean validate)
                                     throws java.io.IOException,
                                            AutomationException
Replaces the table's workspace path name with the given workspace path name; Also does find and replace of parts of the workspace path name.

Parameters:
pStandaloneTable - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
oldWorkspaceName - The oldWorkspaceName (in)
newWorkspaceName - The newWorkspaceName (in)
validate - The validate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.