com.esri.arcgis.catalog
Interface IGxDatabaseExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxGDBRasterExtension, GxToolboxExtension, IGxDatabaseExtensionProxy

public interface IGxDatabaseExtension
extends java.io.Serializable

COM Interface 'IGxDatabaseExtension'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members that manage a GX database extension.' 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 IIDcdb0cc46_4e87_11d3_9f52_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int compare(IGxObject gxObject1, IGxObject gxObject2, boolean ascending)
          Check if the objects are children and if yes compare them.
 IEnumGxObject getChildren(IWorkspace workspace)
          Get children.
 java.lang.String getName()
          The name of the extension.
 boolean hasChildren(IWorkspace workspace)
          Verify if this extension has children.
 void setCatalogByRef(IGxCatalog rhs1)
          Attach the catalog to the database extension.
 

Field Detail

IIDcdb0cc46_4e87_11d3_9f52_00c04f6bdf06

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

setCatalogByRef

void setCatalogByRef(IGxCatalog rhs1)
                     throws java.io.IOException,
                            AutomationException
Attach the catalog to the database extension.

Parameters:
rhs1 - A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the extension.

Returns:
The extensionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hasChildren

boolean hasChildren(IWorkspace workspace)
                    throws java.io.IOException,
                           AutomationException
Verify if this extension has children.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
The hasChildren
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildren

IEnumGxObject getChildren(IWorkspace workspace)
                          throws java.io.IOException,
                                 AutomationException
Get children.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
A reference to a com.esri.arcgis.catalog.IEnumGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

compare

int compare(IGxObject gxObject1,
            IGxObject gxObject2,
            boolean ascending)
            throws java.io.IOException,
                   AutomationException
Check if the objects are children and if yes compare them.

Parameters:
gxObject1 - A reference to a com.esri.arcgis.catalog.IGxObject (in)
gxObject2 - A reference to a com.esri.arcgis.catalog.IGxObject (in)
ascending - The ascending (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.