public interface IEditorTrackingInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID35bca9a4_d278_4d33_9486_c64df1b8e480 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID35bca9a4_d278_4d33_9486_c64df1b8e480
static final int xxDummy
static final java.lang.String IID
java.lang.String getCreationDateFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCreatorFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getEditDateFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getEditorFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTimeInUTC() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRealm() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.