com.esri.arcgis.geodatabase
Interface IOwnershipBasedAccessControl

All Superinterfaces:
Serializable
All Known Implementing Classes:
OwnershipBasedAccessControl

public interface IOwnershipBasedAccessControl
extends Serializable

Ownership-based feature-level access control value object

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isAllowOthersToDelete()
          isAllowOthersToDelete
 boolean isAllowOthersToUpdate()
          isAllowOthersToUpdate
 boolean isEnabled()
          isEnabled
 

Method Detail

isAllowOthersToDelete

boolean isAllowOthersToDelete()
                              throws IOException,
                                     AutomationException
isAllowOthersToDelete

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isAllowOthersToUpdate

boolean isAllowOthersToUpdate()
                              throws IOException,
                                     AutomationException
isAllowOthersToUpdate

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isEnabled

boolean isEnabled()
                  throws IOException,
                         AutomationException
isEnabled

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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