com.esri.arcgis.catalog
Interface IGxPasteTarget

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxAGSConnection, GxAGSDraftFolder, GxAGSFolder, GxCadDataset, GxCatalog, GxCoverageDataset, GxDatabase, GxDataset, GxDiskConnection, GxFolder, GxFolderConnections, GxGDSGeodatabase, GxPCCoverage, GxRasterDataset, GxRemoteDatabaseFolder, GxSDCDataset, GxSpatialReferencesFolder, GxToolbox, GxToolboxesFolder, GxToolboxesRoot, GxVpfDataset, GxWorkspaceFolder, IGxPasteTargetProxy, IMSFeatureClass, IMSMetadataService, SearchResults, SearchResultsRoot

public interface IGxPasteTarget
extends java.io.Serializable

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

Description: 'Provides access to members for pasting objects.' 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 IIDbdbbb403_d0b2_11d1_aed9_080009ec734b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canPaste(IEnumName names, boolean[] moveOperation)
          Indicates if the specified names may be pasted into this object.
 boolean paste(IEnumName names, boolean[] moveOperation)
          Pastes the specified names into this object.
 

Field Detail

IIDbdbbb403_d0b2_11d1_aed9_080009ec734b

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

canPaste

boolean canPaste(IEnumName names,
                 boolean[] moveOperation)
                 throws java.io.IOException,
                        AutomationException
Indicates if the specified names may be pasted into this object. On output, moveOperation indicates if a subsequent paste operation would represent a move, or merely a copy, operation.

Parameters:
names - A reference to a com.esri.arcgis.system.IEnumName (in)
moveOperation - The moveOperation (in/out: use single element array)
Returns:
The canPaste
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

paste

boolean paste(IEnumName names,
              boolean[] moveOperation)
              throws java.io.IOException,
                     AutomationException
Pastes the specified names into this object. On input, moveOperation indicates if this is a move operation. On output, it indicates if the objects have been moved, or merely copied.

Parameters:
names - A reference to a com.esri.arcgis.system.IEnumName (in)
moveOperation - The moveOperation (in/out: use single element array)
Returns:
The successfulPaste
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.