|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.editor.IEditProperties3Proxy
public class IEditProperties3Proxy
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 =
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IEditProperties3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IEditProperties3Proxy()
public IEditProperties3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditProperties3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditProperties3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public int getMultiuserEditSessionMode()
throws java.io.IOException,
AutomationException
getMultiuserEditSessionMode in interface IEditProperties3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMultiuserEditSessionMode(int esm)
throws java.io.IOException,
AutomationException
setMultiuserEditSessionMode in interface IEditProperties3esm - A com.esri.arcgis.geodatabase.esriMultiuserEditSessionMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutoSaveChecksConflicts()
throws java.io.IOException,
AutomationException
isAutoSaveChecksConflicts in interface IEditProperties3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoSaveChecksConflicts(boolean checksConflicts)
throws java.io.IOException,
AutomationException
setAutoSaveChecksConflicts in interface IEditProperties3checksConflicts - The checksConflicts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutoReconcileConflictsByAttribute()
throws java.io.IOException,
AutomationException
isAutoReconcileConflictsByAttribute in interface IEditProperties3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoReconcileConflictsByAttribute(boolean byatt)
throws java.io.IOException,
AutomationException
setAutoReconcileConflictsByAttribute in interface IEditProperties3byatt - The byatt (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutoReconcileEditSessionWins()
throws java.io.IOException,
AutomationException
isAutoReconcileEditSessionWins in interface IEditProperties3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoReconcileEditSessionWins(boolean editWins)
throws java.io.IOException,
AutomationException
setAutoReconcileEditSessionWins in interface IEditProperties3editWins - The editWins (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||