com.esri.core.map
Class OwnershipBasedAccessControlForFeatures

java.lang.Object
  extended by com.esri.core.map.OwnershipBasedAccessControlForFeatures

public class OwnershipBasedAccessControlForFeatures
extends Object

The Class OwnershipBasedAccessControlForFeatures.

Since:
1.0

Constructor Summary
OwnershipBasedAccessControlForFeatures()
           
 
Method Summary
static OwnershipBasedAccessControlForFeatures fromJson(org.codehaus.jackson.JsonParser parser)
          From json.
 boolean isAllowOthersToDelete()
          Checks if is allow others to delete.
 boolean isAllowOthersToUpdate()
          Checks if is allow others to update.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnershipBasedAccessControlForFeatures

public OwnershipBasedAccessControlForFeatures()
Method Detail

isAllowOthersToUpdate

public boolean isAllowOthersToUpdate()
Checks if is allow others to update.

Returns:
the allowOthersToUpdate
Since:
1.0

isAllowOthersToDelete

public boolean isAllowOthersToDelete()
Checks if is allow others to delete.

Returns:
the allowOthersToDelete
Since:
1.0

fromJson

public static OwnershipBasedAccessControlForFeatures fromJson(org.codehaus.jackson.JsonParser parser)
                                                       throws Exception
From json.

Parameters:
parser - the parser
Returns:
the ownership based access control for features
Throws:
Exception - the exception
Since:
1.0


Copyright © 2012. All Rights Reserved.