com.esri.arcgis.geodatabase
Interface ICopyHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICopyHelperProxy, MetadataCopyHelper

public interface ICopyHelper
extends java.io.Serializable

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

Description: 'Provides access to helper functions for post-processing copied metadata.' 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 IID7e3d4a40_727c_4d4f_9c06_b0e93c8dfe0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void updateDatabaseMetadata(IPropertySet destPropertySet, IDatasetName src, IDatasetName dest)
          Call this while creating a copy of a dataset in a geodatabase.
 void updateMetadata(IName src, IName dest, boolean isMove)
          Call this after creating a copy of a dataset, workspace, or file.
 

Field Detail

IID7e3d4a40_727c_4d4f_9c06_b0e93c8dfe0a

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

updateMetadata

void updateMetadata(IName src,
                    IName dest,
                    boolean isMove)
                    throws java.io.IOException,
                           AutomationException
Call this after creating a copy of a dataset, workspace, or file.

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

updateDatabaseMetadata

void updateDatabaseMetadata(IPropertySet destPropertySet,
                            IDatasetName src,
                            IDatasetName dest)
                            throws java.io.IOException,
                                   AutomationException
Call this while creating a copy of a dataset in a geodatabase.

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