套件 | mx.data |
類別 | public class AccessPrivileges |
繼承 | AccessPrivileges Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
canAdd : Boolean [唯讀]
Indicates whether add operations are permitted. | AccessPrivileges | ||
canModify : Boolean [唯讀]
Indicates whether any modification operation can be performed. | AccessPrivileges | ||
canRemove : Boolean [唯讀]
Indicates whether remove operations are permitted. | AccessPrivileges | ||
canUpdate : Boolean [唯讀]
Indicates whether updates are permitted. | AccessPrivileges | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object |
公用方法
方法 | 定義自 | ||
---|---|---|---|
AccessPrivileges(privileges:uint = 14)
Constructs an instance with the specified privileges. | AccessPrivileges | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
ADD : uint = 2 [靜態]
Indicates that add operations are allowed. | AccessPrivileges | ||
ALL : uint = 14 [靜態]
Indicates that no restrictions are imposed. | AccessPrivileges | ||
NONE : uint = 0 [靜態]
Indicates read-only access. | AccessPrivileges | ||
REMOVE : uint = 8 [靜態]
Indicates that remove operations are allowed. | AccessPrivileges | ||
UPDATE : uint = 4 [靜態]
Indicates that update operations are allowed. | AccessPrivileges |
屬性詳細資訊
canAdd | 屬性 |
canModify | 屬性 |
canRemove | 屬性 |
canUpdate | 屬性 |
建構函式詳細資料
AccessPrivileges | () | 建構函式 |
public function AccessPrivileges(privileges:uint = 14)
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Constructs an instance with the specified privileges.
參數privileges: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
|
常數詳細資訊
ADD | 常數 |
public static const ADD:uint = 2
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that add operations are allowed.
ALL | 常數 |
public static const ALL:uint = 14
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that no restrictions are imposed. All mutation operations, add, update, and remove are allowed.
NONE | 常數 |
public static const NONE:uint = 0
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates read-only access.
REMOVE | 常數 |
public static const REMOVE:uint = 8
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that remove operations are allowed.
UPDATE | 常數 |
public static const UPDATE:uint = 4
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that update operations are allowed.
Tue Jun 12 2018, 03:47 PM Z