public interface IOwnershipBasedAccessControl
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID406812ad_189b_439d_a186_323e2b6e3cf5 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowOthersToDelete()
isAllowOthersToDelete
|
boolean |
isAllowOthersToUpdate()
isAllowOthersToUpdate
|
boolean |
isEnabled()
isEnabled
|
static final int IID406812ad_189b_439d_a186_323e2b6e3cf5
static final int xxDummy
static final java.lang.String IID
boolean isAllowOthersToDelete()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isAllowOthersToUpdate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isEnabled()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.