See: Description
| Interface | Description | 
|---|---|
| ObjectPermissionSet | A set of permissions which affect arbitrary objects, where each object has
 an associated unique identifier. | 
| Permission<Type extends Enum> | A permission which affects a specific type of operation, where all available
 operation types are defined by an enumeration. | 
| PermissionSet<PermissionType extends Permission> | An arbitrary set of permissions. | 
| SystemPermissionSet | A set of permissions which affects the system as a whole. | 
| Class | Description | 
|---|---|
| ObjectPermission | A permission which affects a specific object, rather than the system as a
 whole. | 
| SystemPermission | A permission which affects the system as a whole, rather than an individual
 object. | 
| Enum | Description | 
|---|---|
| ObjectPermission.Type | Specific types of object-level permissions. | 
| SystemPermission.Type | Specific types of system-level permissions. | 
Copyright © 2016. All rights reserved.