| Paquete | com.adobe.solutions.rca.vo.um |
| Clase | public class PrincipalVO |
| Herencia | PrincipalVO Object |
| Subclases | GroupVO, UserVO |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
User or a Group.
| Propiedad | Definido por | ||
|---|---|---|---|
| canonicalName : String
The canonical name of this principal. | PrincipalVO | ||
| commonName : String
Common name of the principal. | PrincipalVO | ||
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
canonicalName | propiedad |
canonicalName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The canonical name of this principal. This string is unique within the scope of the domain.
Implementación
public function get canonicalName():String public function set canonicalName(value:String):voidcommonName | propiedad |
commonName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Common name of the principal.
Implementación
public function get commonName():String public function set commonName(value:String):voiddescription | propiedad |
description:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Description of the principal.
Implementación
public function get description():String public function set description(value:String):voiddirectGroupMemberships | propiedad |
public var directGroupMemberships:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Retrieves a set of Group objects indicating those groups to which this principal directly belongs.
domainCommonName | propiedad |
domainCommonName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The common (display) name of the domain associated with this principal.
Implementación
public function get domainCommonName():String public function set domainCommonName(value:String):voiddomainName | propiedad |
domainName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the domain associated with this principal.
Implementación
public function get domainName():String public function set domainName(value:String):void| propiedad |
email:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The primary email identifier associated with this principal.
Implementación
public function get email():String public function set email(value:String):voidemailAlias | propiedad |
public var emailAlias:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
A list of the secondary email addresses of the principal.
groupMemberships | propiedad |
public var groupMemberships:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Retrieves a set of Group objects indicating those groups to which this principal belongs.
local | propiedad |
public var local:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Determines whether this principal is local or not.
locked | propiedad |
public var locked:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Determines whether the principal is locked or not.
oid | propiedad |
oid:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Identifier of the principal.
Implementación
public function get oid():String public function set oid(value:String):voidorg | propiedad |
org:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The organization to which the principal belongs.
Implementación
public function get org():String public function set org(value:String):voidprincipalType | propiedad |
principalType:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Type of the principal.
Implementación
public function get principalType():String public function set principalType(value:String):voidroleMembership | propiedad |
public var roleMembership:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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 | propiedad |
status:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Status of the principal.
Implementación
public function get status():String public function set status(value:String):voidsystem | propiedad |
public var system:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Determines whether this is a system principal or not.
timestampCreated | propiedad |
public var timestampCreated:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The timestamp that was created for the principal.
timestampUpdated | propiedad |
public var timestampUpdated:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The timestamp that was updated for the principal.
visibility | propiedad |
public var visibility:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | 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 | () | Información sobre |
public function PrincipalVO()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for PrincipalVO class.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas