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 

UserVO  - AS3 Review, Commenting, and Approval

Paketcom.adobe.solutions.rca.vo.um
Klassepublic class UserVO
VererbungUserVO Inheritance PrincipalVO Inheritance Object

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

An extension of the principal object. This class contains user-specific field accessor methods.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  businessCalendarKey : String
Business calendar key for this user.
UserVO
 InheritedcanonicalName : String
The canonical name of this principal.
PrincipalVO
 InheritedcommonName : String
Common name of the principal.
PrincipalVO
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
 Inheriteddescription : String
Description of the principal.
PrincipalVO
 InheriteddirectGroupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal directly belongs.
PrincipalVO
  disabled : Boolean
Whether this user is disabled or not.
UserVO
 InheriteddomainCommonName : String
The common (display) name of the domain associated with this principal.
PrincipalVO
 InheriteddomainName : String
Name of the domain associated with this principal.
PrincipalVO
 Inheritedemail : String
The primary email identifier associated with this principal.
PrincipalVO
 InheritedemailAlias : String
A list of the secondary email addresses of the principal.
PrincipalVO
  familyName : String
Family name of this user.
UserVO
  givenName : String
Given name of this user.
UserVO
 InheritedgroupMemberships : IList
Retrieves a set of Group objects indicating those groups to which this principal belongs.
PrincipalVO
  initials : String
Initials of this user.
UserVO
 Inheritedlocal : Boolean
Determines whether this principal is local or not.
PrincipalVO
  locale : String
Locale of this user.
UserVO
 Inheritedlocked : Boolean
Determines whether the principal is locked or not.
PrincipalVO
 Inheritedoid : String
Identifier of the principal.
PrincipalVO
 Inheritedorg : String
The organization to which the principal belongs.
PrincipalVO
  postalAddress : String
Postal address for this user.
UserVO
 InheritedprincipalType : String
Type of the principal.
PrincipalVO
 InheritedroleMembership : IList
Retrieves a set of Role objects indicating those roles which this principal has.
PrincipalVO
 Inheritedstatus : String
Status of the principal.
PrincipalVO
 Inheritedsystem : Boolean
Determines whether this is a system principal or not.
PrincipalVO
  telephoneNumber : String
Telephone number for this user.
UserVO
 InheritedtimestampCreated : String
The timestamp that was created for the principal.
PrincipalVO
 InheritedtimestampUpdated : String
The timestamp that was updated for the principal.
PrincipalVO
  timezone : String
Timezone of this user.
UserVO
  userid : String
Login identifier of this user.
UserVO
 Inheritedvisibility : 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 UserVO class.
UserVO
 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

businessCalendarKey

Eigenschaft
public var businessCalendarKey:String

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

Business calendar key for this user.

disabled

Eigenschaft 
public var disabled:Boolean

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

Whether this user is disabled or not.

familyName

Eigenschaft 
familyName:String

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

Family name of this user.



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

givenName

Eigenschaft 
givenName:String

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

Given name of this user.



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

initials

Eigenschaft 
initials:String

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

Initials of this user.



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

locale

Eigenschaft 
public var locale:String

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

Locale of this user.

postalAddress

Eigenschaft 
public var postalAddress:String

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

Postal address for this user.

telephoneNumber

Eigenschaft 
public var telephoneNumber:String

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

Telephone number for this user.

timezone

Eigenschaft 
public var timezone:String

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

Timezone of this user.

userid

Eigenschaft 
userid:String

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

Login identifier of this user.



Implementierung
    public function get userid():String
    public function set userid(value:String):void
Konstruktordetails

UserVO

()Konstruktor
public function UserVO()

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

The constructor for UserVO 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.