套件 | lc.foundation.domain |
類別 | public class Group |
繼承 | Group Principal DomainObject Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Group
class represents a group principal in the Document Server
and is used for retrieving the members of a given group.
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
canonicalName : String
The user's canonical name. | Principal | ||
commonName : String
The user's common (display) name. | Principal | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
description : String
A description of the user. | Principal | ||
directGroupMemberships : ArrayCollection
The groups to which a user directly belongs. | Principal | ||
domain : String
The user directory's domain name that the user is defined in. | Group | ||
domainCommonName : String
The user's common domain main. | Principal | ||
domainName : String
The user directory's domain name for which the user is defined. | Principal | ||
email : String
The email address of the user. | Principal | ||
emailAliases : Array
The email aliases for the user. | Principal | ||
groupMemberships : ArrayCollection
All groups to which a user belongs. | Principal | ||
groupType : String
The type of the group. | Group | ||
local : Boolean
The user's local value. | Principal | ||
locked : Boolean
Specifies whether the user is locked. | Principal | ||
oid : String
The unique identifier for the user called a object identifier. | Principal | ||
org : String
The user's organization name. | Principal | ||
organization : String
The user's organization name. | Group | ||
principalType : String
The user's common domain main. | Principal | ||
roleMembership : ArrayCollection
The roles to which a user belongs. | Principal | ||
session : SessionMap [唯讀]
A SessionMap object that stores information relating to the server session. | DomainObject | ||
status : String
The user's common domain main. | Principal | ||
system : Boolean
A flag value that specifies whether the principal is a system principal. | Principal | ||
visibility : Number
The user's visibility value. | Principal |
公用方法
方法 | 定義自 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | Principal | ||
Dispatches an event into the event flow. | Principal | ||
Retrieves the members of the group. | Group | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | Principal | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
Removes a listener from the EventDispatcher object. | Principal | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Principal |
屬性詳細資訊
domain | 屬性 |
domain:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user directory's domain name that the user is defined in.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get domain():String
public function set domain(value:String):void
groupType | 屬性 |
groupType:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of the group.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get groupType():String
public function set groupType(value:String):void
organization | 屬性 |
organization:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user's organization name.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange
事件。
實作
public function get organization():String
public function set organization(value:String):void
方法詳細資訊
getMembers | () | 方法 |
public function getMembers():lc.foundation.util:CollectionToken
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the members of the group.
傳回值lc.foundation.util:CollectionToken — A CollectionToken object that represents a collection of users or nested groups.
|
Tue Jun 12 2018, 03:47 PM Z