ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.solutions.rca.vo.um 

PrincipalVO  - AS3 Review, Commenting, and Approval

Paketcom.adobe.solutions.rca.vo.um
Klassepublic class PrincipalVO
VererbungPrincipalVO Inheritance Object
Unterklassen GroupVO, UserVO

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines a principal which can either be a User or a Group.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  canonicalName : String
The canonical name of this principal.
PrincipalVO
  commonName : String
Common name of the principal.
PrincipalVO
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
  description : String
Description of the principal.
PrincipalVO
  directGroupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal directly belongs.
PrincipalVO
  domainCommonName : String
The common (display) name of the domain associated with this principal.
PrincipalVO
  domainName : String
Name of the domain associated with this principal.
PrincipalVO
  email : String
The primary email identifier associated with this principal.
PrincipalVO
  emailAlias : String
A list of the secondary email addresses of the principal.
PrincipalVO
  groupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal belongs.
PrincipalVO
  local : Boolean
Determines whether this principal is local or not.
PrincipalVO
  locked : Boolean
Determines whether the principal is locked or not.
PrincipalVO
  oid : String
Identifier of the principal.
PrincipalVO
  org : String
The organization to which the principal belongs.
PrincipalVO
  principalType : String
Type of the principal.
PrincipalVO
  roleMembership : IList
Retrieves a set of Role objects indicating those roles which this principal has.
PrincipalVO
  status : String
Status of the principal.
PrincipalVO
  system : Boolean
Determines whether this is a system principal or not.
PrincipalVO
  timestampCreated : String
The timestamp that was created for the principal.
PrincipalVO
  timestampUpdated : String
The timestamp that was updated for the principal.
PrincipalVO
  visibility : int
Retrieves the visibility level of the principal, indicating whether the principal can be shown in the user interface, or whether it qualifies for searches.
PrincipalVO
Öffentliche Methoden
 MethodeDefiniert von
  
The constructor for PrincipalVO class.
PrincipalVO
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt das angegebene Objekt als String zurück.
Object
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Eigenschaftendetails

canonicalName

Eigenschaft
canonicalName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The canonical name of this principal. This string is unique within the scope of the domain.



Implementierung
    public function get canonicalName():String
    public function set canonicalName(value:String):void

commonName

Eigenschaft 
commonName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Common name of the principal.



Implementierung
    public function get commonName():String
    public function set commonName(value:String):void

description

Eigenschaft 
description:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Description of the principal.



Implementierung
    public function get description():String
    public function set description(value:String):void

directGroupMemberships

Eigenschaft 
public var directGroupMemberships:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a set of Group objects indicating those groups to which this principal directly belongs.

domainCommonName

Eigenschaft 
domainCommonName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The common (display) name of the domain associated with this principal.



Implementierung
    public function get domainCommonName():String
    public function set domainCommonName(value:String):void

domainName

Eigenschaft 
domainName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Name of the domain associated with this principal.



Implementierung
    public function get domainName():String
    public function set domainName(value:String):void

email

Eigenschaft 
email:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The primary email identifier associated with this principal.



Implementierung
    public function get email():String
    public function set email(value:String):void

emailAlias

Eigenschaft 
public var emailAlias:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A list of the secondary email addresses of the principal.

groupMemberships

Eigenschaft 
public var groupMemberships:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a set of Group objects indicating those groups to which this principal belongs.

local

Eigenschaft 
public var local:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Determines whether this principal is local or not.

locked

Eigenschaft 
public var locked:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Determines whether the principal is locked or not.

oid

Eigenschaft 
oid:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Identifier of the principal.



Implementierung
    public function get oid():String
    public function set oid(value:String):void

org

Eigenschaft 
org:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The organization to which the principal belongs.



Implementierung
    public function get org():String
    public function set org(value:String):void

principalType

Eigenschaft 
principalType:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Type of the principal.



Implementierung
    public function get principalType():String
    public function set principalType(value:String):void

roleMembership

Eigenschaft 
public var roleMembership:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a set of Role objects indicating those roles which this principal has. The roles returned are either directly assigned or inherited by the principal from its ancestors.

status

Eigenschaft 
status:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Status of the principal.



Implementierung
    public function get status():String
    public function set status(value:String):void

system

Eigenschaft 
public var system:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Determines whether this is a system principal or not.

timestampCreated

Eigenschaft 
public var timestampCreated:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The timestamp that was created for the principal.

timestampUpdated

Eigenschaft 
public var timestampUpdated:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The timestamp that was updated for the principal.

visibility

Eigenschaft 
public var visibility:int

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves the visibility level of the principal, indicating whether the principal can be shown in the user interface, or whether it qualifies for searches.

Konstruktordetails

PrincipalVO

()Konstruktor
public function PrincipalVO()

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The constructor for PrincipalVO class.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.