public interface IArchiveRegistrationInfo
extends java.io.Serializable
Description: 'The properties used to register a dataset for archiving and for describing an already registered object.' 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 |
IID3112504b_a3c5_4729_ac3a_e2abcd29e260 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArchiveTableName()
The name of the archive table.
|
java.lang.String |
getDatasetName()
The name of the dataset this registration information applies to.
|
java.lang.String |
getFromFieldName()
The name of the FROM field.
|
java.lang.String |
getOIDFieldName()
The name of the archive object id field.
|
java.lang.Object |
getSeedTimeStamp()
The initial timestamp when archiving was enabled.
|
java.lang.String |
getToFieldName()
The name of the TO field.
|
void |
setArchiveTableName(java.lang.String archiveTableName)
The name of the archive table.
|
void |
setDatasetName(java.lang.String name)
The name of the dataset this registration information applies to.
|
void |
setFromFieldName(java.lang.String fromField)
The name of the FROM field.
|
void |
setOIDFieldName(java.lang.String oidField)
The name of the archive object id field.
|
void |
setToFieldName(java.lang.String toField)
The name of the TO field.
|
static final int IID3112504b_a3c5_4729_ac3a_e2abcd29e260
static final int xxDummy
static final java.lang.String IID
java.lang.String getDatasetName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDatasetName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getArchiveTableName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setArchiveTableName(java.lang.String archiveTableName)
throws java.io.IOException,
AutomationException
archiveTableName - The archiveTableName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getFromFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFromFieldName(java.lang.String fromField)
throws java.io.IOException,
AutomationException
fromField - The fromField (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getToFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setToFieldName(java.lang.String toField)
throws java.io.IOException,
AutomationException
toField - The toField (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getOIDFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setOIDFieldName(java.lang.String oidField)
throws java.io.IOException,
AutomationException
oidField - The oidField (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getSeedTimeStamp()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.