com.esri.arcgis.geodatabase
Interface IOwnershipBasedAccessControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IOwnershipBasedAccessControlProxy, OwnershipBasedAccessControl

public interface IOwnershipBasedAccessControl
extends java.io.Serializable

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

Description: 'Ownership-based feature-level access control 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID406812ad_189b_439d_a186_323e2b6e3cf5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isAllowOthersToDelete()
          isAllowOthersToDelete
 boolean isAllowOthersToUpdate()
          isAllowOthersToUpdate
 boolean isEnabled()
          isEnabled
 

Field Detail

IID406812ad_189b_439d_a186_323e2b6e3cf5

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

isAllowOthersToDelete

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

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

isAllowOthersToUpdate

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

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

isEnabled

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

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