com.esri.arcgis.geodatabase
Class IVersionInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IVersionInfoProxy
All Implemented Interfaces:
IVersionInfo, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IVersionInfo2Proxy

public class IVersionInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IVersionInfo, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionInfo
IID, IID904c01cf_0ed9_11d3_9f3e_00c04f6bddd9
 
Constructor Summary
  IVersionInfoProxy()
          For internal use only
  IVersionInfoProxy(java.lang.Object obj)
           
protected IVersionInfoProxy(java.lang.Object obj, java.lang.String iid)
           
  IVersionInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IVersionInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IVersionInfoProxy

public IVersionInfoProxy(java.lang.String CLSID,
                         java.lang.String host,
                         com.esri.arcgis.interop.AuthInfo authInfo)
                  throws java.net.UnknownHostException,
                         java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IVersionInfoProxy

public IVersionInfoProxy()
For internal use only


IVersionInfoProxy

public IVersionInfoProxy(java.lang.Object obj)
                  throws java.io.IOException
Throws:
java.io.IOException

IVersionInfoProxy

protected IVersionInfoProxy(java.lang.Object obj,
                            java.lang.String iid)
                     throws java.io.IOException
Throws:
java.io.IOException

IVersionInfoProxy

protected IVersionInfoProxy(java.lang.String CLSID,
                            java.lang.String iid,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getVersionName

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

Specified by:
getVersionName in interface IVersionInfo
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

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

Specified by:
getDescription in interface IVersionInfo
Returns:
The description
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAccess

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

Specified by:
getAccess in interface IVersionInfo
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

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

Specified by:
getCreated in interface IVersionInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getModified

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

Specified by:
getModified in interface IVersionInfo
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParent

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

Specified by:
getParent in interface IVersionInfo
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

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

Specified by:
getChildren in interface IVersionInfo
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

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

Specified by:
getAncestors in interface IVersionInfo
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

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

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