public interface IVersionInfo
extends java.io.Serializable
Description: 'Provides access to members that supply version information.' 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 |
IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAccess()
The version's access permission.
|
IEnumVersionInfo |
getAncestors()
The version's ancestors.
|
IEnumVersionInfo |
getChildren()
The version's children.
|
java.lang.Object |
getCreated()
The date and time the version was created.
|
java.lang.String |
getDescription()
The version's description.
|
java.lang.Object |
getModified()
The date and time the version was last modified.
|
IVersionInfo |
getParent()
The version's parent.
|
java.lang.String |
getParentName()
The name of the version's parent.
|
java.lang.String |
getVersionName()
The version's name.
|
boolean |
isBlocksCompress()
Does this version block compress of DEFAULT
|
boolean |
isOwner()
True if the current connected user is the owner of this version.
|
static final int IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9
static final int xxDummy
static final java.lang.String IID
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.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.int getAccess() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getCreated() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getModified() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IVersionInfo getParent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumVersionInfo getChildren() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumVersionInfo getAncestors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOwner() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBlocksCompress() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.