com.esri.arcgis.catalogUI
Interface IGxItemInfoHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxItemInfoHelper, IGxItemInfoHelperProxy

public interface IGxItemInfoHelper
extends java.io.Serializable

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

Description: 'Provides access to helper functions for item info.' 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 IIDa33ca783_6ec8_4868_9b81_1b5de34a8fb9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IItemInfo getItemInfo(IGxObject pGxObject)
          Item info of the selected object.
 void updateItemInfo(IGxObject pObject, IItemInfo[] pItemInfo)
          Update the item info of the specified object.
 

Field Detail

IIDa33ca783_6ec8_4868_9b81_1b5de34a8fb9

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

getItemInfo

IItemInfo getItemInfo(IGxObject pGxObject)
                      throws java.io.IOException,
                             AutomationException
Item info of the selected object.

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

updateItemInfo

void updateItemInfo(IGxObject pObject,
                    IItemInfo[] pItemInfo)
                    throws java.io.IOException,
                           AutomationException
Update the item info of the specified object.

Parameters:
pObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.