Pacote | mx.data |
Classe | public class AccessPrivileges |
Herança | AccessPrivileges Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
canAdd : Boolean [somente leitura]
Indicates whether add operations are permitted. | AccessPrivileges | ||
canModify : Boolean [somente leitura]
Indicates whether any modification operation can be performed. | AccessPrivileges | ||
canRemove : Boolean [somente leitura]
Indicates whether remove operations are permitted. | AccessPrivileges | ||
canUpdate : Boolean [somente leitura]
Indicates whether updates are permitted. | AccessPrivileges | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges. | AccessPrivileges | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ADD : uint = 2 [estático]
Indicates that add operations are allowed. | AccessPrivileges | ||
ALL : uint = 14 [estático]
Indicates that no restrictions are imposed. | AccessPrivileges | ||
NONE : uint = 0 [estático]
Indicates read-only access. | AccessPrivileges | ||
REMOVE : uint = 8 [estático]
Indicates that remove operations are allowed. | AccessPrivileges | ||
UPDATE : uint = 4 [estático]
Indicates that update operations are allowed. | AccessPrivileges |
Detalhes da propriedade
canAdd | propriedade |
canModify | propriedade |
canModify:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates whether any modification operation can be performed.
Implementação
public function get canModify():Boolean
canRemove | propriedade |
canRemove:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates whether remove operations are permitted.
Implementação
public function get canRemove():Boolean
canUpdate | propriedade |
Detalhes do construtor
AccessPrivileges | () | Construtor |
public function AccessPrivileges(privileges:uint = 14)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructs an instance with the specified privileges.
Parâmetrosprivileges: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
|
Detalhes da constante
ADD | Constante |
public static const ADD:uint = 2
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that add operations are allowed.
ALL | Constante |
public static const ALL:uint = 14
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates read-only access.
REMOVE | Constante |
public static const REMOVE:uint = 8
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that remove operations are allowed.
UPDATE | Constante |
public static const UPDATE:uint = 4
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that update operations are allowed.
Wed Jun 13 2018, 11:10 AM Z