Paket | mx.data |
Klass | public class AccessPrivileges |
Arv | AccessPrivileges Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
canAdd : Boolean [skrivskyddad]
Indicates whether add operations are permitted. | AccessPrivileges | ||
canModify : Boolean [skrivskyddad]
Indicates whether any modification operation can be performed. | AccessPrivileges | ||
canRemove : Boolean [skrivskyddad]
Indicates whether remove operations are permitted. | AccessPrivileges | ||
canUpdate : Boolean [skrivskyddad]
Indicates whether updates are permitted. | AccessPrivileges | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges. | AccessPrivileges | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
ADD : uint = 2 [statisk]
Indicates that add operations are allowed. | AccessPrivileges | ||
ALL : uint = 14 [statisk]
Indicates that no restrictions are imposed. | AccessPrivileges | ||
NONE : uint = 0 [statisk]
Indicates read-only access. | AccessPrivileges | ||
REMOVE : uint = 8 [statisk]
Indicates that remove operations are allowed. | AccessPrivileges | ||
UPDATE : uint = 4 [statisk]
Indicates that update operations are allowed. | AccessPrivileges |
Egenskapsdetaljer
canAdd | egenskap |
canModify | egenskap |
canModify:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates whether any modification operation can be performed.
Implementering
public function get canModify():Boolean
canRemove | egenskap |
canUpdate | egenskap |
Konstruktordetaljer
AccessPrivileges | () | Konstruktor |
public function AccessPrivileges(privileges:uint = 14)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructs an instance with the specified privileges.
Parametrarprivileges:uint (default = 14 ) — bitmap representing access privileges. Starting
with the smallest order bit:
First bit - not used - should always be zero; read-only access when value is 0.
Second bit - on when add operations are allowed
Third bit - on when update operations are allowed
Fourth bit - on when remove operations are allowed
|
Konstantdetaljer
ADD | Konstant |
public static const ADD:uint = 2
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that add operations are allowed.
ALL | Konstant |
public static const ALL:uint = 14
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that no restrictions are imposed. All mutation operations, add, update, and remove are allowed.
NONE | Konstant |
public static const NONE:uint = 0
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates read-only access.
REMOVE | Konstant |
public static const REMOVE:uint = 8
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that remove operations are allowed.
UPDATE | Konstant |
public static const UPDATE:uint = 4
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that update operations are allowed.
Tue Jun 12 2018, 01:40 PM Z