|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEEditorTracking
Provides access to members that return information about Editor Tracking properties in data element.
Method Summary | |
---|---|
String |
getCreatedAtFieldName()
The name of the creation time field. |
String |
getCreatorFieldName()
The name of the creator field. |
String |
getEditedAtFieldName()
The name of the edit time field. |
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(String createdAtFieldName)
The name of the creation time field. |
void |
setCreatorFieldName(String creatorFieldName)
The name of the creator field. |
void |
setEditedAtFieldName(String editedAtFieldName)
The name of the edit time field. |
void |
setEditorFieldName(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. |
Method Detail |
---|
boolean isEditorTrackingEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEditorTrackingEnabled(boolean isEditorTrackingEnabled) throws IOException, AutomationException
isEditorTrackingEnabled
- The isEditorTrackingEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCreatorFieldName() throws IOException, AutomationException
CreatorFieldName returns the name of the field that records the names of users who create features or records. The return value is a string.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreatorFieldName(String creatorFieldName) throws IOException, AutomationException
creatorFieldName
- The creatorFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCreatedAtFieldName() throws IOException, AutomationException
CreatedAtFieldName returns the name of the field that records the date and time features or records were created. The return value is a string.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCreatedAtFieldName(String createdAtFieldName) throws IOException, AutomationException
createdAtFieldName
- The createdAtFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEditorFieldName() throws IOException, AutomationException
EditorFieldName returns the name of the field that records the name of the user who last edited features or records. The return value is a string.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEditorFieldName(String editorFieldName) throws IOException, AutomationException
editorFieldName
- The editorFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEditedAtFieldName() throws IOException, AutomationException
EditorFieldName returns the name of the field that records the date and time features or records were last edited. The return value is a string.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEditedAtFieldName(String editedAtFieldName) throws IOException, AutomationException
editedAtFieldName
- The editedAtFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTimeInUTC() throws IOException, AutomationException
IsTimeInUTC returns whether time is recorded in UTC or database time. The return value is a boolean.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsTimeInUTC(boolean isTimeInUTC) throws IOException, AutomationException
isTimeInUTC
- The isTimeInUTC (in)
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 |