com.esri.arcgis.geodatabase
Interface IFeatureWorkspaceManage2

All Superinterfaces:
IFeatureWorkspaceManage, java.io.Serializable
All Known Subinterfaces:
IFeatureWorkspaceManage3
All Known Implementing Classes:
IFeatureWorkspaceManage2Proxy, IFeatureWorkspaceManage3Proxy, Sde4Workspace

public interface IFeatureWorkspaceManage2
extends IFeatureWorkspaceManage, java.io.Serializable

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

Description: 'Provides access to dataset deletion and renaming, table and index analysis, field validation and version and object class registration.' 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 IID7b041afb_1ad6_45ab_9c34_4e98b41df506
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureWorkspaceManage
IIDff866b9f_6f94_11d3_80e5_00c04f686238
 
Method Summary
 java.lang.String getObjectClassNameByID(int objectClassID)
          Gets fully qualified feature class name by object class id.
 java.lang.String getRelationshipClassNameByID(int relClassId)
          Gets fully qualified relationship class name by relationship class id.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureWorkspaceManage
analyzeIndex, analyzeTable, canDelete, canRename, deleteByName, isRegisteredAsObjectClass, isRegisteredAsVersioned, validateField
 

Field Detail

IID7b041afb_1ad6_45ab_9c34_4e98b41df506

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

getObjectClassNameByID

java.lang.String getObjectClassNameByID(int objectClassID)
                                        throws java.io.IOException,
                                               AutomationException
Gets fully qualified feature class name by object class id.

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

getRelationshipClassNameByID

java.lang.String getRelationshipClassNameByID(int relClassId)
                                              throws java.io.IOException,
                                                     AutomationException
Gets fully qualified relationship class name by relationship class id.

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