com.esri.arcgis.geodatabase
Interface IVersionInfo

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IVersionInfo2
All Known Implementing Classes:
IVersionInfo2Proxy, IVersionInfoProxy, VersionInfo

public interface IVersionInfo
extends java.io.Serializable

COM Interface 'IVersionInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 getVersionName()
          The version's name.
 boolean isOwner()
          True if the current connected user is the owner of this version.
 

Field Detail

IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9

static final int IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getVersionName

java.lang.String getVersionName()
                                throws java.io.IOException,
                                       AutomationException
The version's name.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The version's description.

Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccess

int getAccess()
              throws java.io.IOException,
                     AutomationException
The version's access permission.

Returns:
A com.esri.arcgis.geodatabase.esriVersionAccess constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreated

java.lang.Object getCreated()
                            throws java.io.IOException,
                                   AutomationException
The date and time the version was created.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModified

java.lang.Object getModified()
                             throws java.io.IOException,
                                    AutomationException
The date and time the version was last modified.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParent

IVersionInfo getParent()
                       throws java.io.IOException,
                              AutomationException
The version's parent.

Returns:
A reference to a com.esri.arcgis.geodatabase.IVersionInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildren

IEnumVersionInfo getChildren()
                             throws java.io.IOException,
                                    AutomationException
The version's children.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumVersionInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAncestors

IEnumVersionInfo getAncestors()
                              throws java.io.IOException,
                                     AutomationException
The version's ancestors.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumVersionInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOwner

boolean isOwner()
                throws java.io.IOException,
                       AutomationException
True if the current connected user is the owner of this version.

Returns:
The isOwner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.