com.esri.arcgis.geodatabasedistributed
Class DataChangesExporter

java.lang.Object
  extended by com.esri.arcgis.geodatabasedistributed.DataChangesExporter
All Implemented Interfaces:
IExportDataChanges, IExportDataChanges2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class DataChangesExporter
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IExportDataChanges, IExportDataChanges2

COM Class 'DataChangesExporter'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description 'Exports edits in a check-out geodatabase or modified rows in versions to a delta file.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IExportDataChanges2
IID, IID8ec3471a_80e3_4552_9cc7_dfce334cc809, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IExportDataChanges
IIDe290f6a3_535f_49a9_8fd4_c60fc44bf109
 
Constructor Summary
DataChangesExporter()
          Constructs a DataChangesExporter using ArcGIS Engine.
DataChangesExporter(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
DataChangesExporter theDataChangesExporter = (DataChangesExporter) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 void exportDataChanges(java.lang.String exportFileName, int exportOption, IDataChanges dataChanges, boolean overwriteIfExists)
          Exports the edits to a delta file.
 void exportDataChanges2(java.lang.String exportFileName, int exportOption, IDataChanges dataChanges, boolean overwriteIfExists, boolean compressed, boolean binaryGeometry, boolean lastSend)
          Exports the edits to a delta file.
static java.lang.String getClsid()
          getClsid.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void reExportDataChanges(java.lang.String exportFileName, int exportOption, IReplica2 sourceReplica, int genOption, boolean overwriteIfExists, boolean compressed, boolean binaryGeometry)
          Exports the edits to a delta file.
 void release()
          Release a DataChangesExporter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataChangesExporter

public DataChangesExporter()
                    throws java.io.IOException,
                           java.net.UnknownHostException
Constructs a DataChangesExporter using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

DataChangesExporter

public DataChangesExporter(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
DataChangesExporter theDataChangesExporter = (DataChangesExporter) obj;

Construct a DataChangesExporter using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to DataChangesExporter.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a DataChangesExporter.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

exportDataChanges

public void exportDataChanges(java.lang.String exportFileName,
                              int exportOption,
                              IDataChanges dataChanges,
                              boolean overwriteIfExists)
                       throws java.io.IOException,
                              AutomationException
Exports the edits to a delta file.

Specified by:
exportDataChanges in interface IExportDataChanges
Parameters:
exportFileName - The exportFileName (in)
exportOption - A com.esri.arcgis.geodatabasedistributed.esriExportDataChangesOption constant (in)
dataChanges - A reference to a com.esri.arcgis.geodatabasedistributed.IDataChanges (in)
overwriteIfExists - The overwriteIfExists (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportDataChanges2

public void exportDataChanges2(java.lang.String exportFileName,
                               int exportOption,
                               IDataChanges dataChanges,
                               boolean overwriteIfExists,
                               boolean compressed,
                               boolean binaryGeometry,
                               boolean lastSend)
                        throws java.io.IOException,
                               AutomationException
Exports the edits to a delta file.

Specified by:
exportDataChanges2 in interface IExportDataChanges2
Parameters:
exportFileName - The exportFileName (in)
exportOption - A com.esri.arcgis.geodatabasedistributed.esriExportDataChangesOption constant (in)
dataChanges - A reference to a com.esri.arcgis.geodatabasedistributed.IDataChanges (in)
overwriteIfExists - The overwriteIfExists (in)
compressed - The compressed (in)
binaryGeometry - The binaryGeometry (in)
lastSend - The lastSend (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reExportDataChanges

public void reExportDataChanges(java.lang.String exportFileName,
                                int exportOption,
                                IReplica2 sourceReplica,
                                int genOption,
                                boolean overwriteIfExists,
                                boolean compressed,
                                boolean binaryGeometry)
                         throws java.io.IOException,
                                AutomationException
Exports the edits to a delta file.

Specified by:
reExportDataChanges in interface IExportDataChanges2
Parameters:
exportFileName - The exportFileName (in)
exportOption - A com.esri.arcgis.geodatabasedistributed.esriExportDataChangesOption constant (in)
sourceReplica - A reference to a com.esri.arcgis.geodatabase.IReplica2 (in)
genOption - A com.esri.arcgis.geodatabasedistributed.esriReExportGenerationsOption constant (in)
overwriteIfExists - The overwriteIfExists (in)
compressed - The compressed (in)
binaryGeometry - The binaryGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.