com.esri.arcgis.catalog
Interface IGxItemInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAGSCatalog, GxAGSDraft, GxAGSFeatureServer, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, GxServiceDefinition

public interface IGxItemInfo
extends Serializable

Provides access to ItemInfo of GxObjects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IItemInfo getItemInfo()
          The ItemInfo of the service.
 boolean isCanEditItemInfo()
          Indicates whether the ItemInfo is editable.
 void setItemInfo(IItemInfo ppItemInfo)
          The ItemInfo of the service.
 

Method Detail

getItemInfo

IItemInfo getItemInfo()
                      throws IOException,
                             AutomationException
The ItemInfo of the service.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemInfo

void setItemInfo(IItemInfo ppItemInfo)
                 throws IOException,
                        AutomationException
The ItemInfo of the service.

Product Availability

Available with ArcGIS Desktop.

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

isCanEditItemInfo

boolean isCanEditItemInfo()
                          throws IOException,
                                 AutomationException
Indicates whether the ItemInfo is editable.

Product Availability

Available with ArcGIS Desktop.

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