| Paket | com.adobe.solutions.rca.vo.um |
| Klass | public class PrincipalVO |
| Arv | PrincipalVO Object |
| Underklasser | GroupVO, UserVO |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
User or a Group.
| Egenskap | Definieras med | ||
|---|---|---|---|
| canonicalName : String
The canonical name of this principal. | PrincipalVO | ||
| commonName : String
Common name of the principal. | PrincipalVO | ||
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 | ||
| Metod | Definieras med | ||
|---|---|---|---|
The constructor for PrincipalVO class. | PrincipalVO | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
canonicalName | egenskap |
canonicalName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The canonical name of this principal. This string is unique within the scope of the domain.
Implementering
public function get canonicalName():String public function set canonicalName(value:String):voidcommonName | egenskap |
commonName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Common name of the principal.
Implementering
public function get commonName():String public function set commonName(value:String):voiddescription | egenskap |
description:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Description of the principal.
Implementering
public function get description():String public function set description(value:String):voiddirectGroupMemberships | egenskap |
public var directGroupMemberships:IList| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Retrieves a set of Group objects indicating those groups to which this principal directly belongs.
domainCommonName | egenskap |
domainCommonName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The common (display) name of the domain associated with this principal.
Implementering
public function get domainCommonName():String public function set domainCommonName(value:String):voiddomainName | egenskap |
domainName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Name of the domain associated with this principal.
Implementering
public function get domainName():String public function set domainName(value:String):void| egenskap |
email:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The primary email identifier associated with this principal.
Implementering
public function get email():String public function set email(value:String):voidemailAlias | egenskap |
public var emailAlias:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
A list of the secondary email addresses of the principal.
groupMemberships | egenskap |
public var groupMemberships:IList| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Retrieves a set of Group objects indicating those groups to which this principal belongs.
local | egenskap |
public var local:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Determines whether this principal is local or not.
locked | egenskap |
public var locked:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Determines whether the principal is locked or not.
oid | egenskap |
org | egenskap |
org:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The organization to which the principal belongs.
Implementering
public function get org():String public function set org(value:String):voidprincipalType | egenskap |
principalType:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Type of the principal.
Implementering
public function get principalType():String public function set principalType(value:String):voidroleMembership | egenskap |
public var roleMembership:IList| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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 | egenskap |
system | egenskap |
public var system:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Determines whether this is a system principal or not.
timestampCreated | egenskap |
public var timestampCreated:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The timestamp that was created for the principal.
timestampUpdated | egenskap |
public var timestampUpdated:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The timestamp that was updated for the principal.
visibility | egenskap |
public var visibility:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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.
PrincipalVO | () | Konstruktor |
public function PrincipalVO()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for PrincipalVO class.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper