public interface IArchivableObject
extends java.io.Serializable
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 |
IID5a6d0742_cd6b_4502_9251_af9cb7acad51 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
disableArchiving(boolean deleteArchive,
boolean traverseRelationships)
Disable historical archiving for this object.
|
void |
enableArchiving(ISet archiveRegistrationInfos,
java.lang.Object seedTimeStamp,
boolean traverseRelationships)
Enable historical archiving for this object.
|
boolean |
isArchiving()
True if this object has historical archiving enabled.
|
static final int IID5a6d0742_cd6b_4502_9251_af9cb7acad51
static final int xxDummy
static final java.lang.String IID
boolean isArchiving() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void enableArchiving(ISet archiveRegistrationInfos, java.lang.Object seedTimeStamp, boolean traverseRelationships) throws java.io.IOException, AutomationException
archiveRegistrationInfos
- A reference to a com.esri.arcgis.system.ISet (in)seedTimeStamp
- A Variant (in)traverseRelationships
- The traverseRelationships (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void disableArchiving(boolean deleteArchive, boolean traverseRelationships) throws java.io.IOException, AutomationException
deleteArchive
- The deleteArchive (in)traverseRelationships
- The traverseRelationships (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.