| Pacchetto | lc.foundation.domain |
| Classe | public class Group |
| Ereditarietà | Group Principal DomainObject Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | canonicalName : String
The user's canonical name. | Principal | |
![]() | commonName : String
The user's common (display) name. | Principal | |
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 [sola lettura]
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 | |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
![]() | 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 | |
![]() |
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 | |
![]() |
Removes a listener from the EventDispatcher object. | Principal | |
![]() |
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 | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Principal | |
Descrizione delle proprietà
domain | proprietà |
domain:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user directory's domain name that the user is defined in.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get domain():String public function set domain(value:String):voidgroupType | proprietà |
groupType:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of the group.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get groupType():String public function set groupType(value:String):voidorganization | proprietà |
organization:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The user's organization name.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get organization():String public function set organization(value:String):voidDescrizione dei metodi
getMembers | () | metodo |
public function getMembers():lc.foundation.util:CollectionToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the members of the group.
Restituiscelc.foundation.util:CollectionToken — A CollectionToken object that represents a collection of users or nested groups.
|
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate