com.esri.arcgis.geodatabase
Interface IPlugInFileOperations

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

public interface IPlugInFileOperations
extends java.io.Serializable

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

Description: 'Provides access to members for copying, deleting and renaming the dataset helper.' 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 IIDcab44598_68f6_490e_9f32_6d5fd06d22d2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canCopy()
          True if this dataset can be copied.
 boolean canDelete()
          True if this dataset can be deleted.
 boolean canRename()
          True if this dataset can be renamed.
 void copy(java.lang.String copyName, IWorkspace copyWorkspace)
          Copies this dataset to a new dataset with the specified name.
 void delete()
          Deletes this dataset.
 java.lang.String rename(java.lang.String name)
          Renames this dataset.
 

Field Detail

IIDcab44598_68f6_490e_9f32_6d5fd06d22d2

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

canCopy

boolean canCopy()
                throws java.io.IOException,
                       AutomationException
True if this dataset can be copied.

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

copy

void copy(java.lang.String copyName,
          IWorkspace copyWorkspace)
          throws java.io.IOException,
                 AutomationException
Copies this dataset to a new dataset with the specified name.

Parameters:
copyName - The copyName (in)
copyWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canDelete

boolean canDelete()
                  throws java.io.IOException,
                         AutomationException
True if this dataset can be deleted.

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

delete

void delete()
            throws java.io.IOException,
                   AutomationException
Deletes this dataset.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canRename

boolean canRename()
                  throws java.io.IOException,
                         AutomationException
True if this dataset can be renamed.

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

rename

java.lang.String rename(java.lang.String name)
                        throws java.io.IOException,
                               AutomationException
Renames this dataset.

Parameters:
name - The name (in)
Returns:
The newName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.