public class IVersionEditProxy extends com.esri.arcgis.interop.Dispatch implements IVersionEdit, java.io.Serializable
Description: 'Provides access to members that return information about versions and posting of versions.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID2393b65d_74d4_11d2_aad9_00c04fa37585| Modifier | Constructor and Description |
|---|---|
|
IVersionEditProxy()
For internal use only
|
|
IVersionEditProxy(java.lang.Object obj) |
protected |
IVersionEditProxy(java.lang.Object obj,
java.lang.String iid) |
|
IVersionEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IVersionEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
boolean |
canPost()
Returns a boolean if the version can be posted to the reconcile version.
|
IVersion |
getCommonAncestorVersion()
The common ancestor of this version and the reconcile version.
|
IEnumConflictClass |
getConflictClasses()
All objects which contain conflicts between the current and reconciled versions.
|
IEnumBSTR |
getModifiedClasses()
All objects modified by the current and reconciled versions.
|
IVersion |
getPreReconcileVersion()
The version prior to reconciliation.
|
IVersion |
getReconcilePrimeVersion()
The version that the current version is reconciling against.
|
IVersion |
getReconcileVersion()
The version that the current version is reconciling against.
|
IVersion |
getStartEditingVersion()
The version prior to any edits.
|
void |
partialPost(IArray selectionSetsOfFeaturesToPost)
Posts features from the current version to default.
|
void |
post(java.lang.String versionName)
Posts the current version to the reconciled version.
|
boolean |
reconcile(java.lang.String versionName)
Reconciles the current version with a target version.
|
boolean |
reconcile2(java.lang.String versionName,
boolean acquireLock)
Reconciles the current version with a target version.
|
boolean |
reconcile3(java.lang.String versionName,
boolean acquireLock,
boolean abortIfConflicts)
Reconciles the current version with a target version.
|
boolean |
reconcile4(java.lang.String versionName,
boolean acquireLock,
boolean abortIfConflicts,
boolean childWins,
boolean columnLevel)
Reconciles the current version with a target version.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
supportParentPreReconcile(boolean enableReconcile)
Enables or disables support for a Parent pre-Reconcile State to be created during Reconcile.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IVersionEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IVersionEditProxy()
public IVersionEditProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IVersionEditProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IVersionEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic IEnumBSTR getModifiedClasses() throws java.io.IOException, AutomationException
getModifiedClasses in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumConflictClass getConflictClasses() throws java.io.IOException, AutomationException
getConflictClasses in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IVersion getReconcileVersion() throws java.io.IOException, AutomationException
getReconcileVersion in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IVersion getStartEditingVersion() throws java.io.IOException, AutomationException
getStartEditingVersion in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IVersion getPreReconcileVersion() throws java.io.IOException, AutomationException
getPreReconcileVersion in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IVersion getCommonAncestorVersion() throws java.io.IOException, AutomationException
getCommonAncestorVersion in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean reconcile(java.lang.String versionName)
throws java.io.IOException,
AutomationException
reconcile in interface IVersionEditversionName - The versionName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean canPost()
throws java.io.IOException,
AutomationException
canPost in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void post(java.lang.String versionName)
throws java.io.IOException,
AutomationException
post in interface IVersionEditversionName - The versionName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean reconcile2(java.lang.String versionName,
boolean acquireLock)
throws java.io.IOException,
AutomationException
reconcile2 in interface IVersionEditversionName - The versionName (in)acquireLock - The acquireLock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean reconcile3(java.lang.String versionName,
boolean acquireLock,
boolean abortIfConflicts)
throws java.io.IOException,
AutomationException
reconcile3 in interface IVersionEditversionName - The versionName (in)acquireLock - The acquireLock (in)abortIfConflicts - The abortIfConflicts (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean reconcile4(java.lang.String versionName,
boolean acquireLock,
boolean abortIfConflicts,
boolean childWins,
boolean columnLevel)
throws java.io.IOException,
AutomationException
reconcile4 in interface IVersionEditversionName - The versionName (in)acquireLock - The acquireLock (in)abortIfConflicts - The abortIfConflicts (in)childWins - The childWins (in)columnLevel - The columnLevel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IVersion getReconcilePrimeVersion() throws java.io.IOException, AutomationException
getReconcilePrimeVersion in interface IVersionEditjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void supportParentPreReconcile(boolean enableReconcile)
throws java.io.IOException,
AutomationException
supportParentPreReconcile in interface IVersionEditenableReconcile - The enableReconcile (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void partialPost(IArray selectionSetsOfFeaturesToPost) throws java.io.IOException, AutomationException
partialPost in interface IVersionEditselectionSetsOfFeaturesToPost - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.