com.esri.arcgis.carto
Interface IDataObjectTable2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDataObjectTable2Proxy

public interface IDataObjectTable2
extends java.io.Serializable

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

Description: 'Data Table interface 2' 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 IID40360777_48a5_48e3_aae9_1296d6f890f3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEditorTrackingInfo getEditorTrackingInfo()
          Editor Tracking Info.
 IOwnershipBasedAccessControl getOwnershipBasedAccessControl()
          Feature Level Access Control
 boolean isDataVersioned()
          isDataVersioned
 boolean isSupportsRollbackOnFailureParameter()
          isSupportsRollbackOnFailureParameter
 boolean isSyncCanReturnChanges()
          Server can track chagnes for this layer/ table.
 

Field Detail

IID40360777_48a5_48e3_aae9_1296d6f890f3

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

getEditorTrackingInfo

IEditorTrackingInfo getEditorTrackingInfo()
                                          throws java.io.IOException,
                                                 AutomationException
Editor Tracking Info.

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

getOwnershipBasedAccessControl

IOwnershipBasedAccessControl getOwnershipBasedAccessControl()
                                                            throws java.io.IOException,
                                                                   AutomationException
Feature Level Access Control

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

isSyncCanReturnChanges

boolean isSyncCanReturnChanges()
                               throws java.io.IOException,
                                      AutomationException
Server can track chagnes for this layer/ table. The changes are returned during replica synchronization.

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

isDataVersioned

boolean isDataVersioned()
                        throws java.io.IOException,
                               AutomationException
isDataVersioned

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

isSupportsRollbackOnFailureParameter

boolean isSupportsRollbackOnFailureParameter()
                                             throws java.io.IOException,
                                                    AutomationException
isSupportsRollbackOnFailureParameter

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