|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArchivableClass
Provides access to properties and methods of an archivable class.
The IArchivableClass interface provides access to the archive table that is associated to a historical class.
Method Summary | |
---|---|
ITable |
getArchive()
The archive table associated with this archivable class. |
IArchiveRegistrationInfo |
getArchiveRegistrationInfo()
The archive registration information associated with this archivable class. |
Method Detail |
---|
ITable getArchive() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArchiveRegistrationInfo getArchiveRegistrationInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |