BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
mx.data 

AccessPrivileges  - AS3 LiveCycle Data Services

(Preview)
Packagemx.data
Classpublic class AccessPrivileges
InheritanceAccessPrivileges Inheritance Object

Language Version: ActionScript 3.0
Product Version: LiveCycle Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Encapsulates the allowed privileges and provides access to simple descriptions of what operations are allowed. This class is immutable, which means that once it is constructed with privileges, the privileges cannot be changed for this instance.



Public Properties
 PropertyDefined By
  canAdd : Boolean
[read-only] Indicates whether add operations are permitted.
AccessPrivileges
  canModify : Boolean
[read-only] Indicates whether any modification operation can be performed.
AccessPrivileges
  canRemove : Boolean
[read-only] Indicates whether remove operations are permitted.
AccessPrivileges
  canUpdate : Boolean
[read-only] Indicates whether updates are permitted.
AccessPrivileges
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges.
AccessPrivileges
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  ADD : uint = 2
[static] Indicates that add operations are allowed.
AccessPrivileges
  ALL : uint = 14
[static] Indicates that no restrictions are imposed.
AccessPrivileges
  NONE : uint = 0
[static] Indicates read-only access.
AccessPrivileges
  REMOVE : uint = 8
[static] Indicates that remove operations are allowed.
AccessPrivileges
  UPDATE : uint = 4
[static] Indicates that update operations are allowed.
AccessPrivileges
Property Detail
Constructor Detail
Constant Detail