| Pacchetto | mx.data |
| Classe | public class AccessPrivileges |
| Ereditarietà | AccessPrivileges Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| canAdd : Boolean [sola lettura]
Indicates whether add operations are permitted. | AccessPrivileges | ||
| canModify : Boolean [sola lettura]
Indicates whether any modification operation can be performed. | AccessPrivileges | ||
| canRemove : Boolean [sola lettura]
Indicates whether remove operations are permitted. | AccessPrivileges | ||
| canUpdate : Boolean [sola lettura]
Indicates whether updates are permitted. | AccessPrivileges | ||
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges. | AccessPrivileges | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| ADD : uint = 2 [statico]
Indicates that add operations are allowed. | AccessPrivileges | ||
| ALL : uint = 14 [statico]
Indicates that no restrictions are imposed. | AccessPrivileges | ||
| NONE : uint = 0 [statico]
Indicates read-only access. | AccessPrivileges | ||
| REMOVE : uint = 8 [statico]
Indicates that remove operations are allowed. | AccessPrivileges | ||
| UPDATE : uint = 4 [statico]
Indicates that update operations are allowed. | AccessPrivileges | ||
Descrizione delle proprietà
canAdd | proprietà |
canModify | proprietà |
canModify:Boolean [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates whether any modification operation can be performed.
Implementazione
public function get canModify():BooleancanRemove | proprietà |
canUpdate | proprietà |
Descrizione della funzione di costruzione
AccessPrivileges | () | Funzione di costruzione |
public function AccessPrivileges(privileges:uint = 14)| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructs an instance with the specified privileges.
Parametriprivileges: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
|
Descrizione delle costanti
ADD | Costante |
public static const ADD:uint = 2| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that add operations are allowed.
ALL | Costante |
public static const ALL:uint = 14| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that no restrictions are imposed. All mutation operations, add, update, and remove are allowed.
NONE | Costante |
public static const NONE:uint = 0| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates read-only access.
REMOVE | Costante |
public static const REMOVE:uint = 8| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that remove operations are allowed.
UPDATE | Costante |
public static const UPDATE:uint = 4| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Indicates that update operations are allowed.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate