com.esri.arcgis.geodatabase
Interface IConflictClass

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

public interface IConflictClass
extends java.io.Serializable

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

Description: 'Provides access to members that control the conflict class.' 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 IIDab22306b_8a2f_11d2_aae3_00c04fa37585
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISelectionSet getDeleteUpdates()
          The selection set of all the objects which are delete/update conflicts.
 ISelectionSet getUpdateDeletes()
          The selection set of all the objects which are update/delete conflicts.
 ISelectionSet getUpdateUpdates()
          The selection set of all the objects which are update/update conflicts.
 boolean isHasConflicts()
          Indicates if the conflict class contains conflicts.
 IRow restoreRow(int rowID)
          Restores the row from either the reconcile version or the prereconcile version.
 

Field Detail

IIDab22306b_8a2f_11d2_aae3_00c04fa37585

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

isHasConflicts

boolean isHasConflicts()
                       throws java.io.IOException,
                              AutomationException
Indicates if the conflict class contains conflicts.

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

getUpdateDeletes

ISelectionSet getUpdateDeletes()
                               throws java.io.IOException,
                                      AutomationException
The selection set of all the objects which are update/delete conflicts.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDeleteUpdates

ISelectionSet getDeleteUpdates()
                               throws java.io.IOException,
                                      AutomationException
The selection set of all the objects which are delete/update conflicts.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdateUpdates

ISelectionSet getUpdateUpdates()
                               throws java.io.IOException,
                                      AutomationException
The selection set of all the objects which are update/update conflicts.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreRow

IRow restoreRow(int rowID)
                throws java.io.IOException,
                       AutomationException
Restores the row from either the reconcile version or the prereconcile version.

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