| Pakket | mx.data |
| Klasse | public class AccessPrivileges |
| Overerving | AccessPrivileges Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| canAdd : Boolean [alleen-lezen]
Indicates whether add operations are permitted. | AccessPrivileges | ||
| canModify : Boolean [alleen-lezen]
Indicates whether any modification operation can be performed. | AccessPrivileges | ||
| canRemove : Boolean [alleen-lezen]
Indicates whether remove operations are permitted. | AccessPrivileges | ||
| canUpdate : Boolean [alleen-lezen]
Indicates whether updates are permitted. | AccessPrivileges | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges. | AccessPrivileges | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Openbare constanten
| Constante | Gedefinieerd door | ||
|---|---|---|---|
| ADD : uint = 2 [statisch]
Indicates that add operations are allowed. | AccessPrivileges | ||
| ALL : uint = 14 [statisch]
Indicates that no restrictions are imposed. | AccessPrivileges | ||
| NONE : uint = 0 [statisch]
Indicates read-only access. | AccessPrivileges | ||
| REMOVE : uint = 8 [statisch]
Indicates that remove operations are allowed. | AccessPrivileges | ||
| UPDATE : uint = 4 [statisch]
Indicates that update operations are allowed. | AccessPrivileges | ||
Eigenschapdetails
canAdd | eigenschap |
canModify | eigenschap |
canRemove | eigenschap |
canUpdate | eigenschap |
Constructordetails
AccessPrivileges | () | Constructor |
public function AccessPrivileges(privileges:uint = 14)| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructs an instance with the specified privileges.
Parametersprivileges: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
|
Constantedetails
ADD | Constante |
public static const ADD:uint = 2| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that add operations are allowed.
ALL | Constante |
public static const ALL:uint = 14| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that no restrictions are imposed. All mutation operations, add, update, and remove are allowed.
NONE | Constante |
public static const NONE:uint = 0| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates read-only access.
REMOVE | Constante |
public static const REMOVE:uint = 8| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that remove operations are allowed.
UPDATE | Constante |
public static const UPDATE:uint = 4| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that update operations are allowed.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven