com.esri.arcgis.editor
Class IEditProperties3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.editor.IEditProperties3Proxy
All Implemented Interfaces:
IEditProperties3, java.io.Externalizable, java.io.Serializable

public class IEditProperties3Proxy
extends com.esri.arcgis.interop.Dispatch
implements IEditProperties3, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.editor.IEditProperties3
IID, IID2315d713_e21c_4be1_93af_f17624a051cc
 
Constructor Summary
  IEditProperties3Proxy()
          For internal use only
  IEditProperties3Proxy(java.lang.Object obj)
           
protected IEditProperties3Proxy(java.lang.Object obj, java.lang.String iid)
           
  IEditProperties3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IEditProperties3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IEditProperties3Proxy

public IEditProperties3Proxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IEditProperties3Proxy

public IEditProperties3Proxy()
For internal use only


IEditProperties3Proxy

public IEditProperties3Proxy(java.lang.Object obj)
                      throws java.io.IOException
Throws:
java.io.IOException

IEditProperties3Proxy

protected IEditProperties3Proxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Throws:
java.io.IOException

IEditProperties3Proxy

protected IEditProperties3Proxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getMultiuserEditSessionMode

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

Specified by:
getMultiuserEditSessionMode in interface IEditProperties3
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

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

Specified by:
setMultiuserEditSessionMode in interface IEditProperties3
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

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

Specified by:
isAutoSaveChecksConflicts in interface IEditProperties3
Returns:
The checksConflicts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoSaveChecksConflicts

public 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.

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

isAutoReconcileConflictsByAttribute

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

Specified by:
isAutoReconcileConflictsByAttribute in interface IEditProperties3
Returns:
The byatt
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoReconcileConflictsByAttribute

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

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

isAutoReconcileEditSessionWins

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

Specified by:
isAutoReconcileEditSessionWins in interface IEditProperties3
Returns:
The editWins
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoReconcileEditSessionWins

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

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