com.esri.arcgis.geodatabase
Interface IDEEditorTracking

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DEFeatureClass, DERasterCatalog, DETable, IDEEditorTrackingProxy

public interface IDEEditorTracking
extends java.io.Serializable

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

Description: 'Provides access to members that return information about Editor Tracking properties in data element.' 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 IIDe80995a9_ff03_43e6_a4a7_dc263e681565
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCreatedAtFieldName()
          The name of the creation time field.
 java.lang.String getCreatorFieldName()
          The name of the creator field.
 java.lang.String getEditedAtFieldName()
          The name of the edit time field.
 java.lang.String getEditorFieldName()
          The name of the editor field.
 boolean isEditorTrackingEnabled()
          The property to determine if Editor Tracking is enabled on this data element.
 boolean isTimeInUTC()
          The property to determine Editor Tracking times are recorded in UTC.
 void setCreatedAtFieldName(java.lang.String createdAtFieldName)
          The name of the creation time field.
 void setCreatorFieldName(java.lang.String creatorFieldName)
          The name of the creator field.
 void setEditedAtFieldName(java.lang.String editedAtFieldName)
          The name of the edit time field.
 void setEditorFieldName(java.lang.String editorFieldName)
          The name of the editor field.
 void setEditorTrackingEnabled(boolean isEditorTrackingEnabled)
          The property to determine if Editor Tracking is enabled on this data element.
 void setIsTimeInUTC(boolean isTimeInUTC)
          The property to determine Editor Tracking times are recorded in UTC.
 

Field Detail

IIDe80995a9_ff03_43e6_a4a7_dc263e681565

static final int IIDe80995a9_ff03_43e6_a4a7_dc263e681565
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

isEditorTrackingEnabled

boolean isEditorTrackingEnabled()
                                throws java.io.IOException,
                                       AutomationException
The property to determine if Editor Tracking is enabled on this data element.

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

setEditorTrackingEnabled

void setEditorTrackingEnabled(boolean isEditorTrackingEnabled)
                              throws java.io.IOException,
                                     AutomationException
The property to determine if Editor Tracking is enabled on this data element.

Parameters:
isEditorTrackingEnabled - The isEditorTrackingEnabled (in)
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
The name of the creator field.

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

setCreatorFieldName

void setCreatorFieldName(java.lang.String creatorFieldName)
                         throws java.io.IOException,
                                AutomationException
The name of the creator field.

Parameters:
creatorFieldName - The creatorFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreatedAtFieldName

java.lang.String getCreatedAtFieldName()
                                       throws java.io.IOException,
                                              AutomationException
The name of the creation time field.

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

setCreatedAtFieldName

void setCreatedAtFieldName(java.lang.String createdAtFieldName)
                           throws java.io.IOException,
                                  AutomationException
The name of the creation time field.

Parameters:
createdAtFieldName - The createdAtFieldName (in)
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
The name of the editor field.

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

setEditorFieldName

void setEditorFieldName(java.lang.String editorFieldName)
                        throws java.io.IOException,
                               AutomationException
The name of the editor field.

Parameters:
editorFieldName - The editorFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditedAtFieldName

java.lang.String getEditedAtFieldName()
                                      throws java.io.IOException,
                                             AutomationException
The name of the edit time field.

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

setEditedAtFieldName

void setEditedAtFieldName(java.lang.String editedAtFieldName)
                          throws java.io.IOException,
                                 AutomationException
The name of the edit time field.

Parameters:
editedAtFieldName - The editedAtFieldName (in)
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
The property to determine Editor Tracking times are recorded in UTC.

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

setIsTimeInUTC

void setIsTimeInUTC(boolean isTimeInUTC)
                    throws java.io.IOException,
                           AutomationException
The property to determine Editor Tracking times are recorded in UTC.

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