com.esri.arcgis.editor
Interface IEditTaskSearch

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Editor, IEditTaskSearchProxy

public interface IEditTaskSearch
extends java.io.Serializable

COM Interface 'IEditTaskSearch'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that find edit tasks by name.' 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 IIDb8d14de9_0cf7_4695_ba44_0f9aa9c3f93e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEditTask getTaskByUniqueName(java.lang.String uniqueName)
          An edit task by unique name.
 

Field Detail

IIDb8d14de9_0cf7_4695_ba44_0f9aa9c3f93e

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

getTaskByUniqueName

IEditTask getTaskByUniqueName(java.lang.String uniqueName)
                              throws java.io.IOException,
                                     AutomationException
An edit task by unique name.

Parameters:
uniqueName - The uniqueName (in)
Returns:
A reference to a com.esri.arcgis.editor.IEditTask
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.