public interface IVersion
extends java.io.Serializable
Description: 'Provides access to members for managing a version.' 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 |
IID1a945841_b381_11d1_9ce6_0000f8780619 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
alterVersion(java.lang.String versionName,
java.lang.String description,
int access)
alterVersion
|
IVersion |
createChild(java.lang.String name,
IVersion initialStateVersion)
Creates a new child version of this version whose initial state is the current state of pInitialStateVersion.
|
IVersion |
createVersion(java.lang.String newName)
Creates a new version equivalent to this version.
|
IVersion |
createVersionEx(java.lang.String versionName,
java.lang.String description,
int access)
createVersionEx
|
void |
delete()
Permanently deletes the version from the database.
|
void |
deleteWithChildren()
Permanently deletes the version and all it's children from the database.
|
int |
getAccess()
The version's access permission.
|
IVersion |
getCommonAncestor(IVersion otherVersion)
Finds common ancestor version.
|
java.lang.String |
getDescription()
The version's description.
|
java.lang.String |
getOwner()
getOwner
|
IVersionInfo |
getVersionInfo()
This version's information.
|
IEnumLockInfo |
getVersionLocks()
This version's locks.
|
java.lang.String |
getVersionName()
The name of the version.
|
boolean |
hasParent()
True if this version have a parent version.
|
boolean |
isRedefined()
Determines whether the state of the version corresponding to this version object has been redefined in the database.
|
void |
refreshVersion()
Refreshes the version with the corresponding database state.
|
void |
setAccess(int access)
The version's access permission.
|
void |
setDescription(java.lang.String description)
The version's description.
|
void |
setOwner(java.lang.String owner)
setOwner
|
void |
setVersionName(java.lang.String name)
The name of the version.
|
static final int IID1a945841_b381_11d1_9ce6_0000f8780619
static final int xxDummy
static final java.lang.String IID
IEnumLockInfo getVersionLocks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVersionInfo getVersionInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVersionName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVersionName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAccess() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAccess(int access) throws java.io.IOException, AutomationException
access
- A com.esri.arcgis.geodatabase.esriVersionAccess constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean hasParent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void refreshVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVersion createVersion(java.lang.String newName) throws java.io.IOException, AutomationException
newName
- The newName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVersion getCommonAncestor(IVersion otherVersion) throws java.io.IOException, AutomationException
otherVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVersion createChild(java.lang.String name, IVersion initialStateVersion) throws java.io.IOException, AutomationException
name
- The name (in)initialStateVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRedefined() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteWithChildren() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVersion createVersionEx(java.lang.String versionName, java.lang.String description, int access) throws java.io.IOException, AutomationException
versionName
- The versionName (in)description
- The description (in)access
- A com.esri.arcgis.geodatabase.esriVersionAccess constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterVersion(java.lang.String versionName, java.lang.String description, int access) throws java.io.IOException, AutomationException
versionName
- The versionName (in)description
- The description (in)access
- A com.esri.arcgis.geodatabase.esriVersionAccess constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOwner() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOwner(java.lang.String owner) throws java.io.IOException, AutomationException
owner
- The owner (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.