public class

OwnershipBasedAccessControlForFeatures

extends Object
java.lang.Object
   ↳ com.esri.core.map.OwnershipBasedAccessControlForFeatures

Class Overview

The Class OwnershipBasedAccessControlForFeatures.

Summary

Public Constructors
OwnershipBasedAccessControlForFeatures()
Public Methods
static OwnershipBasedAccessControlForFeatures fromJson(JsonParser parser)
From json.
boolean isAllowOthersToDelete()
Checks if is allow others to delete.
boolean isAllowOthersToUpdate()
Checks if is allow others to update.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OwnershipBasedAccessControlForFeatures ()

Public Methods

public static OwnershipBasedAccessControlForFeatures fromJson (JsonParser parser)

From json.

Parameters
parser the parser
Returns
  • the ownership based access control for features
Throws
Exception the exception

public boolean isAllowOthersToDelete ()

Checks if is allow others to delete.

Returns
  • the allowOthersToDelete

public boolean isAllowOthersToUpdate ()

Checks if is allow others to update.

Returns
  • the allowOthersToUpdate