public interface IVersionEventsServices
extends java.io.Serializable
Description: 'Provides access to events that occur on versions in services. This interface is for use in Server and especially Server Object Extensions.' 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8756a48e_df2b_4ac9_8547_aedb8b0c999b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
versionCreated(GUID versionID,
java.lang.String name)
A new version was created.
|
void |
versionDeleted(GUID versionID,
java.lang.String name)
A version was deleted.
|
void |
versionPosted(GUID versionID,
java.lang.String name)
A version was posted.
|
void |
versionReconciled(GUID versionID,
java.lang.String name)
A version was reconciled.
|
void |
versionRenamed(GUID versionID,
java.lang.String oldName,
java.lang.String newName)
A version was renamed.
|
static final int IID8756a48e_df2b_4ac9_8547_aedb8b0c999b
static final int xxDummy
static final java.lang.String IID
void versionCreated(GUID versionID, java.lang.String name) throws java.io.IOException, AutomationException
versionID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void versionRenamed(GUID versionID, java.lang.String oldName, java.lang.String newName) throws java.io.IOException, AutomationException
versionID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)oldName
- The oldName (in)newName
- The newName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void versionDeleted(GUID versionID, java.lang.String name) throws java.io.IOException, AutomationException
versionID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void versionReconciled(GUID versionID, java.lang.String name) throws java.io.IOException, AutomationException
versionID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void versionPosted(GUID versionID, java.lang.String name) throws java.io.IOException, AutomationException
versionID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.