|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.ArchiveRegistrationInfo
public class ArchiveRegistrationInfo
Constructor Summary | |
---|---|
ArchiveRegistrationInfo()
Constructs a ArchiveRegistrationInfo using ArcGIS Engine. |
|
ArchiveRegistrationInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArchiveRegistrationInfo theArchiveRegistrationInfo = (ArchiveRegistrationInfo) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getArchiveTableName()
The name of the archive table. |
static String |
getClsid()
getClsid. |
String |
getDatasetName()
The name of the dataset this registration information applies to. |
String |
getFromFieldName()
The name of the FROM field. |
String |
getOIDFieldName()
The name of the archive object id field. |
Object |
getSeedTimeStamp()
The initial timestamp when archiving was enabled. |
String |
getToFieldName()
The name of the TO field. |
int |
hashCode()
the hashcode for this object |
void |
setArchiveTableName(String archiveTableName)
The name of the archive table. |
void |
setDatasetName(String name)
The name of the dataset this registration information applies to. |
void |
setFromFieldName(String fromField)
The name of the FROM field. |
void |
setOIDFieldName(String oidField)
The name of the archive object id field. |
void |
setToFieldName(String toField)
The name of the TO field. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ArchiveRegistrationInfo() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ArchiveRegistrationInfo(Object obj) throws IOException
ArchiveRegistrationInfo theArchiveRegistrationInfo = (ArchiveRegistrationInfo) obj;
obj
to ArchiveRegistrationInfo
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getDatasetName() throws IOException, AutomationException
The DatasetName property refers to the name of the dataset the registration info object applies to. This property is used as an identifier when the dataset is registered for archiving.
getDatasetName
in interface IArchiveRegistrationInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDatasetName(String name) throws IOException, AutomationException
setDatasetName
in interface IArchiveRegistrationInfo
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getArchiveTableName() throws IOException, AutomationException
The ArchiveTableName property is used to specify a table's name for the archive table that is created when a dataset is registered for archiving. If no name is specified through the ArchiveTableName property the name will default to the object name appended with an "_H", for example "PARCELS_H".
getArchiveTableName
in interface IArchiveRegistrationInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setArchiveTableName(String archiveTableName) throws IOException, AutomationException
setArchiveTableName
in interface IArchiveRegistrationInfo
archiveTableName
- The archiveTableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFromFieldName() throws IOException, AutomationException
The FromFieldName property is used to specify the field name for the from date field in the archive table. If no user defined name is specified the field name will default to "GDB_FROM_DATE".
getFromFieldName
in interface IArchiveRegistrationInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromFieldName(String fromField) throws IOException, AutomationException
setFromFieldName
in interface IArchiveRegistrationInfo
fromField
- The fromField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getToFieldName() throws IOException, AutomationException
The ToFieldName property is used to specify the field name for the to date field in the archive table. If no user defined name is specified the field name will default to "GDB_TO_DATE".
getToFieldName
in interface IArchiveRegistrationInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToFieldName(String toField) throws IOException, AutomationException
setToFieldName
in interface IArchiveRegistrationInfo
toField
- The toField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOIDFieldName() throws IOException, AutomationException
The OIDFieldName property is used to specify the field name for the archive object identifier field which is a unique field that is maintained in the archive table. If no user defined name is specified the field name will default to "GDB_ARCHIVE_OID".
getOIDFieldName
in interface IArchiveRegistrationInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOIDFieldName(String oidField) throws IOException, AutomationException
setOIDFieldName
in interface IArchiveRegistrationInfo
oidField
- The oidField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getSeedTimeStamp() throws IOException, AutomationException
getSeedTimeStamp
in interface IArchiveRegistrationInfo
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 |