com.esri.arcgis.geodatabase
Class IDEEditorTrackingProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IDEEditorTrackingProxy
All Implemented Interfaces:
IDEEditorTracking, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IDEEditorTrackingProxy
extends com.esri.arcgis.interop.Dispatch
implements IDEEditorTracking, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDEEditorTracking
IID, IIDe80995a9_ff03_43e6_a4a7_dc263e681565
 
Constructor Summary
  IDEEditorTrackingProxy()
          Deprecated. For internal use only
  IDEEditorTrackingProxy(java.lang.Object obj)
          Deprecated.  
protected IDEEditorTrackingProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDEEditorTrackingProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDEEditorTrackingProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getCreatedAtFieldName()
          Deprecated. The name of the creation time field.
 java.lang.String getCreatorFieldName()
          Deprecated. The name of the creator field.
 java.lang.String getEditedAtFieldName()
          Deprecated. The name of the edit time field.
 java.lang.String getEditorFieldName()
          Deprecated. The name of the editor field.
 boolean isEditorTrackingEnabled()
          Deprecated. The property to determine if Editor Tracking is enabled on this data element.
 boolean isTimeInUTC()
          Deprecated. The property to determine Editor Tracking times are recorded in UTC.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCreatedAtFieldName(java.lang.String createdAtFieldName)
          Deprecated. The name of the creation time field.
 void setCreatorFieldName(java.lang.String creatorFieldName)
          Deprecated. The name of the creator field.
 void setEditedAtFieldName(java.lang.String editedAtFieldName)
          Deprecated. The name of the edit time field.
 void setEditorFieldName(java.lang.String editorFieldName)
          Deprecated. The name of the editor field.
 void setEditorTrackingEnabled(boolean isEditorTrackingEnabled)
          Deprecated. The property to determine if Editor Tracking is enabled on this data element.
 void setIsTimeInUTC(boolean isTimeInUTC)
          Deprecated. The property to determine Editor Tracking times are recorded in UTC.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IDEEditorTrackingProxy

public IDEEditorTrackingProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IDEEditorTrackingProxy

public IDEEditorTrackingProxy()
Deprecated. 
For internal use only


IDEEditorTrackingProxy

public IDEEditorTrackingProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDEEditorTrackingProxy

protected IDEEditorTrackingProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IDEEditorTrackingProxy

protected IDEEditorTrackingProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isEditorTrackingEnabled

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

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

setEditorTrackingEnabled

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

Specified by:
setEditorTrackingEnabled in interface IDEEditorTracking
Parameters:
isEditorTrackingEnabled - The isEditorTrackingEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCreatorFieldName

public java.lang.String getCreatorFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The name of the creator field.

Specified by:
getCreatorFieldName in interface IDEEditorTracking
Returns:
The creatorFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreatorFieldName

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

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

getCreatedAtFieldName

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

Specified by:
getCreatedAtFieldName in interface IDEEditorTracking
Returns:
The createdAtFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCreatedAtFieldName

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

Specified by:
setCreatedAtFieldName in interface IDEEditorTracking
Parameters:
createdAtFieldName - The createdAtFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEditorFieldName

public java.lang.String getEditorFieldName()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The name of the editor field.

Specified by:
getEditorFieldName in interface IDEEditorTracking
Returns:
The editorFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEditorFieldName

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

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

getEditedAtFieldName

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

Specified by:
getEditedAtFieldName in interface IDEEditorTracking
Returns:
The editedAtFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEditedAtFieldName

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

Specified by:
setEditedAtFieldName in interface IDEEditorTracking
Parameters:
editedAtFieldName - The editedAtFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTimeInUTC

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

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

setIsTimeInUTC

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

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