| Pacote | com.adobe.solutions.rca.vo.um |
| Classe | public class PrincipalVO |
| Herança | PrincipalVO Object |
| Subclasses | GroupVO, UserVO |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
User or a Group.
| Propriedade | Definido por | ||
|---|---|---|---|
| canonicalName : String
The canonical name of this principal. | PrincipalVO | ||
| commonName : String
Common name of the principal. | PrincipalVO | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 | ||
| Método | Definido por | ||
|---|---|---|---|
The constructor for PrincipalVO class. | PrincipalVO | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
canonicalName | propriedade |
canonicalName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The canonical name of this principal. This string is unique within the scope of the domain.
Implementação
public function get canonicalName():String public function set canonicalName(value:String):voidcommonName | propriedade |
commonName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Common name of the principal.
Implementação
public function get commonName():String public function set commonName(value:String):voiddescription | propriedade |
description:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Description of the principal.
Implementação
public function get description():String public function set description(value:String):voiddirectGroupMemberships | propriedade |
public var directGroupMemberships:IList| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a set of Group objects indicating those groups to which this principal directly belongs.
domainCommonName | propriedade |
domainCommonName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The common (display) name of the domain associated with this principal.
Implementação
public function get domainCommonName():String public function set domainCommonName(value:String):voiddomainName | propriedade |
domainName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the domain associated with this principal.
Implementação
public function get domainName():String public function set domainName(value:String):void| propriedade |
email:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The primary email identifier associated with this principal.
Implementação
public function get email():String public function set email(value:String):voidemailAlias | propriedade |
public var emailAlias:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A list of the secondary email addresses of the principal.
groupMemberships | propriedade |
public var groupMemberships:IList| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a set of Group objects indicating those groups to which this principal belongs.
local | propriedade |
public var local:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Determines whether this principal is local or not.
locked | propriedade |
public var locked:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Determines whether the principal is locked or not.
oid | propriedade |
org | propriedade |
org:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The organization to which the principal belongs.
Implementação
public function get org():String public function set org(value:String):voidprincipalType | propriedade |
principalType:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Type of the principal.
Implementação
public function get principalType():String public function set principalType(value:String):voidroleMembership | propriedade |
public var roleMembership:IList| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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 | propriedade |
system | propriedade |
public var system:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Determines whether this is a system principal or not.
timestampCreated | propriedade |
public var timestampCreated:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The timestamp that was created for the principal.
timestampUpdated | propriedade |
public var timestampUpdated:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The timestamp that was updated for the principal.
visibility | propriedade |
public var visibility:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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 | () | Construtor |
public function PrincipalVO()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for PrincipalVO class.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas