com.esri.arcgis.geodatabase
Interface IEditorTrackingInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
EditorTrackingInfo

public interface IEditorTrackingInfo
extends Serializable

EditorTrackingInfo value object

Product Availability

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


Method Summary
 String getCreationDateFieldName()
          Creation date field's name
 String getCreatorFieldName()
          Creator Field
 String getEditDateFieldName()
          Edit date field Name
 String getEditorFieldName()
          Editor Field Name
 String getRealm()
          Username qualifier to be used with the username in creator and editor fields.
 ITimeReference getTimeReference()
          Time reference for creation and edit dates.
 boolean isTimeInUTC()
          If true, creation and edit dates are in UTC.
 

Method Detail

getCreationDateFieldName

String getCreationDateFieldName()
                                throws IOException,
                                       AutomationException
Creation date field's name

Product Availability

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

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreatorFieldName

String getCreatorFieldName()
                           throws IOException,
                                  AutomationException
Creator Field

Product Availability

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

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditDateFieldName

String getEditDateFieldName()
                            throws IOException,
                                   AutomationException
Edit date field Name

Product Availability

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

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditorFieldName

String getEditorFieldName()
                          throws IOException,
                                 AutomationException
Editor Field Name

Product Availability

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

Returns:
The fieldName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeReference

ITimeReference getTimeReference()
                                throws IOException,
                                       AutomationException
Time reference for creation and edit dates.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.ITimeReference
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTimeInUTC

boolean isTimeInUTC()
                    throws IOException,
                           AutomationException
If true, creation and edit dates are in UTC.

Product Availability

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

Returns:
The isTimeInUTC
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRealm

String getRealm()
                throws IOException,
                       AutomationException
Username qualifier to be used with the username in creator and editor fields.

Product Availability

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

Returns:
The realm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.