com.esri.arcgis.schematic
Interface ISchematicXmlUpdate

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

public interface ISchematicXmlUpdate
extends java.io.Serializable

COM Interface 'ISchematicXmlUpdate'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control an applicative Xml plugin for updating.' 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 IIDcf03ca21_cc68_4fc2_9fbd_b36d008a8512
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getApplicationHook()
          Esri application hook (desktop application or engine application).
 void setApplicationHookByRef(java.lang.Object hook)
          Esri application hook (desktop application or engine application).
 void updateXmlData(java.lang.String diagramName, java.lang.String diagramClassName, java.lang.String updateInformation, java.lang.Object[] xmlSource, boolean[] cancel)
          XML source that will be used to update the diagram.
 

Field Detail

IIDcf03ca21_cc68_4fc2_9fbd_b36d008a8512

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

getApplicationHook

java.lang.Object getApplicationHook()
                                    throws java.io.IOException,
                                           AutomationException
Esri application hook (desktop application or engine application).

Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplicationHookByRef

void setApplicationHookByRef(java.lang.Object hook)
                             throws java.io.IOException,
                                    AutomationException
Esri application hook (desktop application or engine application).

Parameters:
hook - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateXmlData

void updateXmlData(java.lang.String diagramName,
                   java.lang.String diagramClassName,
                   java.lang.String updateInformation,
                   java.lang.Object[] xmlSource,
                   boolean[] cancel)
                   throws java.io.IOException,
                          AutomationException
XML source that will be used to update the diagram.

Parameters:
diagramName - The diagramName (in)
diagramClassName - The diagramClassName (in)
updateInformation - The updateInformation (in)
xmlSource - A Variant (in/out: use single element array)
cancel - The cancel (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.