Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.solutions.rca.vo.um 

PrincipalVO  - AS3 Review, Commenting, and Approval

Пакетcom.adobe.solutions.rca.vo.um
Классpublic class PrincipalVO
НаследованиеPrincipalVO Inheritance Object
Подклассы GroupVO, UserVO

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

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



Общедоступные свойства
 СвойствоОпределено
  canonicalName : String
The canonical name of this principal.
PrincipalVO
  commonName : String
Common name of the principal.
PrincipalVO
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
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
Общедоступные методы
 МетодОпределено
  
The constructor for PrincipalVO class.
PrincipalVO
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
Сведения о свойстве

canonicalName

свойство
canonicalName:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

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



Реализация
    public function get canonicalName():String
    public function set canonicalName(value:String):void

commonName

свойство 
commonName:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Common name of the principal.



Реализация
    public function get commonName():String
    public function set commonName(value:String):void

description

свойство 
description:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Description of the principal.



Реализация
    public function get description():String
    public function set description(value:String):void

directGroupMemberships

свойство 
public var directGroupMemberships:IList

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

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

domainCommonName

свойство 
domainCommonName:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

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



Реализация
    public function get domainCommonName():String
    public function set domainCommonName(value:String):void

domainName

свойство 
domainName:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Name of the domain associated with this principal.



Реализация
    public function get domainName():String
    public function set domainName(value:String):void

email

свойство 
email:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

The primary email identifier associated with this principal.



Реализация
    public function get email():String
    public function set email(value:String):void

emailAlias

свойство 
public var emailAlias:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

A list of the secondary email addresses of the principal.

groupMemberships

свойство 
public var groupMemberships:IList

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

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

local

свойство 
public var local:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Determines whether this principal is local or not.

locked

свойство 
public var locked:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Determines whether the principal is locked or not.

oid

свойство 
oid:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Identifier of the principal.



Реализация
    public function get oid():String
    public function set oid(value:String):void

org

свойство 
org:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

The organization to which the principal belongs.



Реализация
    public function get org():String
    public function set org(value:String):void

principalType

свойство 
principalType:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Type of the principal.



Реализация
    public function get principalType():String
    public function set principalType(value:String):void

roleMembership

свойство 
public var roleMembership:IList

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: 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

свойство 
status:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Status of the principal.



Реализация
    public function get status():String
    public function set status(value:String):void

system

свойство 
public var system:Boolean

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Determines whether this is a system principal or not.

timestampCreated

свойство 
public var timestampCreated:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

The timestamp that was created for the principal.

timestampUpdated

свойство 
public var timestampUpdated:String

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

The timestamp that was updated for the principal.

visibility

свойство 
public var visibility:int

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: 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

()Конструктор
public function PrincipalVO()

Язык версии: ActionScript 3.0
Версия продукта: Review, Commenting, and Approval Building Block 10
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

The constructor for PrincipalVO class.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.