com.esri.arcgis.editor
Interface IEditProperties3

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

public interface IEditProperties3
extends java.io.Serializable

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

Description: 'Provides access to more members that control the properties of an edit session.' 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 IID2315d713_e21c_4be1_93af_f17624a051cc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMultiuserEditSessionMode()
          The multiuser session mode that is used when editing.
 boolean isAutoReconcileConflictsByAttribute()
          Indicates whether conflicts will be detected and resolved by attributes.
 boolean isAutoReconcileEditSessionWins()
          Indicates whether conflicts are resolved in favor of the edit session.
 boolean isAutoSaveChecksConflicts()
          Indicates whether the editor checks if conflicts were detected during auto reconciliation prior to automatically saving.
 void setAutoReconcileConflictsByAttribute(boolean byatt)
          Indicates whether conflicts will be detected and resolved by attributes.
 void setAutoReconcileEditSessionWins(boolean editWins)
          Indicates whether conflicts are resolved in favor of the edit session.
 void setAutoSaveChecksConflicts(boolean checksConflicts)
          Indicates whether the editor checks if conflicts were detected during auto reconciliation prior to automatically saving.
 void setMultiuserEditSessionMode(int esm)
          The multiuser session mode that is used when editing.
 

Field Detail

IID2315d713_e21c_4be1_93af_f17624a051cc

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

getMultiuserEditSessionMode

int getMultiuserEditSessionMode()
                                throws java.io.IOException,
                                       AutomationException
The multiuser session mode that is used when editing.

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

setMultiuserEditSessionMode

void setMultiuserEditSessionMode(int esm)
                                 throws java.io.IOException,
                                        AutomationException
The multiuser session mode that is used when editing.

Parameters:
esm - A com.esri.arcgis.geodatabase.esriMultiuserEditSessionMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoSaveChecksConflicts

boolean isAutoSaveChecksConflicts()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether the editor checks if conflicts were detected during auto reconciliation prior to automatically saving.

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

setAutoSaveChecksConflicts

void setAutoSaveChecksConflicts(boolean checksConflicts)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the editor checks if conflicts were detected during auto reconciliation prior to automatically saving.

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

isAutoReconcileConflictsByAttribute

boolean isAutoReconcileConflictsByAttribute()
                                            throws java.io.IOException,
                                                   AutomationException
Indicates whether conflicts will be detected and resolved by attributes.

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

setAutoReconcileConflictsByAttribute

void setAutoReconcileConflictsByAttribute(boolean byatt)
                                          throws java.io.IOException,
                                                 AutomationException
Indicates whether conflicts will be detected and resolved by attributes.

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

isAutoReconcileEditSessionWins

boolean isAutoReconcileEditSessionWins()
                                       throws java.io.IOException,
                                              AutomationException
Indicates whether conflicts are resolved in favor of the edit session.

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

setAutoReconcileEditSessionWins

void setAutoReconcileEditSessionWins(boolean editWins)
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether conflicts are resolved in favor of the edit session.

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