|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.OwnershipBasedAccessControl
public class OwnershipBasedAccessControl
Ownership-based feature-level Access Control.
Java class for OwnershipBasedAccessControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OwnershipBasedAccessControl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AllowOthersToDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AllowOthersToUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Ownership-based feature-level Access Control.
| Constructor Summary | |
|---|---|
OwnershipBasedAccessControl()
OwnershipBasedAccessControl default constructor. |
|
OwnershipBasedAccessControl(boolean enabled,
java.lang.Boolean allowOthersToDelete,
java.lang.Boolean allowOthersToUpdate)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getAllowOthersToDelete()
Gets the value of the allowOthersToDelete property. |
java.lang.Boolean |
getAllowOthersToUpdate()
Gets the value of the allowOthersToUpdate property. |
java.lang.Boolean |
isAllowOthersToDelete()
|
java.lang.Boolean |
isAllowOthersToUpdate()
|
boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setAllowOthersToDelete(java.lang.Boolean value)
Sets the value of the allowOthersToDelete property. |
void |
setAllowOthersToUpdate(java.lang.Boolean value)
Sets the value of the allowOthersToUpdate property. |
void |
setEnabled(boolean value)
Sets the value of the enabled property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public OwnershipBasedAccessControl(boolean enabled,
java.lang.Boolean allowOthersToDelete,
java.lang.Boolean allowOthersToUpdate)
public OwnershipBasedAccessControl()
| Method Detail |
|---|
public boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.Boolean getAllowOthersToDelete()
Booleanpublic java.lang.Boolean isAllowOthersToDelete()
public void setAllowOthersToDelete(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getAllowOthersToUpdate()
Booleanpublic java.lang.Boolean isAllowOthersToUpdate()
public void setAllowOthersToUpdate(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||