com.esri.arcgis.carto
Interface ICartoItemInfoHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICartoItemInfoHelperProxy

public interface ICartoItemInfoHelper
extends java.io.Serializable

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

Description: 'Provides access to helper functions to sync metadata inside documents and xml file.' 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 IID23830a19_b72d_4dc5_abcf_94d81e763fef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void metadata2DocumentInfo(IPropertySet pPropertySet, IDocumentInfo2 pDocuInfo)
          Initialize the DocumentInfo from the content of metadata.
 void updateDocumentInfo(java.lang.String path, IPropertySet pPropertySet)
          Update the metadata inside documents.
 void updateItemInfoFromDocumentInfo(IDocumentInfo2 pDocInfo)
          transfer DocumentInfo to ItemInfo as used by Search solution.
 

Field Detail

IID23830a19_b72d_4dc5_abcf_94d81e763fef

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

metadata2DocumentInfo

void metadata2DocumentInfo(IPropertySet pPropertySet,
                           IDocumentInfo2 pDocuInfo)
                           throws java.io.IOException,
                                  AutomationException
Initialize the DocumentInfo from the content of metadata.

Parameters:
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
pDocuInfo - A reference to a com.esri.arcgis.carto.IDocumentInfo2 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoFromDocumentInfo

void updateItemInfoFromDocumentInfo(IDocumentInfo2 pDocInfo)
                                    throws java.io.IOException,
                                           AutomationException
transfer DocumentInfo to ItemInfo as used by Search solution.

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

updateDocumentInfo

void updateDocumentInfo(java.lang.String path,
                        IPropertySet pPropertySet)
                        throws java.io.IOException,
                               AutomationException
Update the metadata inside documents.

Parameters:
path - The path (in)
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.