com.esri.arcgis.geodatabase
Interface IEditorTrackingInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EditorTrackingInfo, IEditorTrackingInfoProxy

public interface IEditorTrackingInfo
extends java.io.Serializable

COM Interface 'IEditorTrackingInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'EditorTrackingInfo value 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID35bca9a4_d278_4d33_9486_c64df1b8e480
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCreationDateFieldName()
          Creation date field's name
 java.lang.String getCreatorFieldName()
          Creator Field
 java.lang.String getEditDateFieldName()
          Edit date field Name
 java.lang.String getEditorFieldName()
          Editor Field Name
 java.lang.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.
 

Field Detail

IID35bca9a4_d278_4d33_9486_c64df1b8e480

static final int IID35bca9a4_d278_4d33_9486_c64df1b8e480
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCreationDateFieldName

java.lang.String getCreationDateFieldName()
                                          throws java.io.IOException,
                                                 AutomationException
Creation date field's name

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

getCreatorFieldName

java.lang.String getCreatorFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Creator Field

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

getEditDateFieldName

java.lang.String getEditDateFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Edit date field Name

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

getEditorFieldName

java.lang.String getEditorFieldName()
                                    throws java.io.IOException,
                                           AutomationException
Editor Field Name

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

getTimeReference

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

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

isTimeInUTC

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

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

getRealm

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

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