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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IVersionEditProxy()
public IVersionEditProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IVersionEditProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IEnumBSTR getModifiedClasses() throws java.io.IOException, AutomationException
getModifiedClasses
in interface IVersionEdit
java.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 IVersionEdit
java.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 IVersionEdit
java.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 IVersionEdit
java.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 IVersionEdit
java.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 IVersionEdit
java.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 IVersionEdit
versionName
- 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 IVersionEdit
java.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 IVersionEdit
versionName
- 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 IVersionEdit
versionName
- 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 IVersionEdit
versionName
- 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 IVersionEdit
versionName
- 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 IVersionEdit
java.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 IVersionEdit
enableReconcile
- 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 IVersionEdit
selectionSetsOfFeaturesToPost
- 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.