com.esri.arcgis.geodatabase
Class IArchivableClassProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IArchivableClassProxy
All Implemented Interfaces:
IArchivableClass, Externalizable, Serializable

public class IArchivableClassProxy
extends com.esri.arcgis.interop.Dispatch
implements IArchivableClass, Serializable

Provides access to properties and methods of an archivable class.

Description

The IArchivableClass interface provides access to the archive table that is associated to a historical class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IArchivableClassProxy()
           
  IArchivableClassProxy(Object obj)
           
protected IArchivableClassProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 ITable getArchive()
          The archive table associated with this archivable class.
 IArchiveRegistrationInfo getArchiveRegistrationInfo()
          The archive registration information associated with this archivable class.
 void removeListener(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

IArchivableClassProxy

public IArchivableClassProxy()

IArchivableClassProxy

public IArchivableClassProxy(Object obj)
                      throws IOException
Throws:
IOException

IArchivableClassProxy

protected IArchivableClassProxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getArchive

public ITable getArchive()
                  throws IOException,
                         AutomationException
The archive table associated with this archivable class.

Remarks

This property allows a reference to the non-versioned archive class to be established. From this reference the archive class can be edited using the editing objects exposed throughout the Geodatabase API. It should be noted that editing any of the Geodatabase maintained columns such at "GDB_FROM_DATE", "GDB_TO_DATE", or "ARCHIVE_OID" has the potential of corrupting the archive of the associated feature class, and is therefore not recommended.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getArchive in interface IArchivableClass
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getArchiveRegistrationInfo

public IArchiveRegistrationInfo getArchiveRegistrationInfo()
                                                    throws IOException,
                                                           AutomationException
The archive registration information associated with this archivable class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getArchiveRegistrationInfo in interface IArchivableClass
Returns:
A reference to a com.esri.arcgis.geodatabase.IArchiveRegistrationInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.