|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.editor.IEditProperties3Proxy
public class IEditProperties3Proxy
Provides access to more members that control the properties of an edit session.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IEditProperties3Proxy()
|
|
IEditProperties3Proxy(Object obj)
|
protected |
IEditProperties3Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public IEditProperties3Proxy()
public IEditProperties3Proxy(Object obj) throws IOException
IOException
protected IEditProperties3Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getMultiuserEditSessionMode() throws IOException, AutomationException
getMultiuserEditSessionMode
in interface IEditProperties3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMultiuserEditSessionMode(int esm) throws IOException, AutomationException
setMultiuserEditSessionMode
in interface IEditProperties3
esm
- A com.esri.arcgis.geodatabase.esriMultiuserEditSessionMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoSaveChecksConflicts() throws IOException, AutomationException
isAutoSaveChecksConflicts
in interface IEditProperties3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoSaveChecksConflicts(boolean checksConflicts) throws IOException, AutomationException
setAutoSaveChecksConflicts
in interface IEditProperties3
checksConflicts
- The checksConflicts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoReconcileConflictsByAttribute() throws IOException, AutomationException
isAutoReconcileConflictsByAttribute
in interface IEditProperties3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoReconcileConflictsByAttribute(boolean byatt) throws IOException, AutomationException
setAutoReconcileConflictsByAttribute
in interface IEditProperties3
byatt
- The byatt (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoReconcileEditSessionWins() throws IOException, AutomationException
isAutoReconcileEditSessionWins
in interface IEditProperties3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoReconcileEditSessionWins(boolean editWins) throws IOException, AutomationException
setAutoReconcileEditSessionWins
in interface IEditProperties3
editWins
- The editWins (in)
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 |