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

IUserManager  - AS3 Review, Commenting, and Approval

Пакетcom.adobe.solutions.rca.service
Интерфейсpublic interface IUserManager
Средство реализации UserManager

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

This interface defines methods exposed for user management.



Общедоступные методы
 МетодОпределено
  
Retrieves a principal according to the specified identifier.
IUserManager
  
Retrieves a principal according to the name.
IUserManager
  
Retrieves a principal according to the principal name.
IUserManager
  
Finds the principals according to the specified search filter.
IUserManager
  
Retrieves a user according to the name.
IUserManager
  
getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken
Retrieves a principal according to the specified domain name and canonical name.
IUserManager
Сведения о методе

findPrincipalById

()метод
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken

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

Retrieves a principal according to the specified identifier.

Параметры

umOid:String — The principal identifier.

Возвращает
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

findPrincipalByName

()метод 
public function findPrincipalByName(name:String):mx.rpc:AsyncToken

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

Retrieves a principal according to the name.

Параметры

name:String — The name of the principal.

Возвращает
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

findPrincipalByPrincipalName

()метод 
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken

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

Retrieves a principal according to the principal name.

Параметры

principalName:String — The principal name.

Возвращает
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

findPrincipals

()метод 
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken

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

Finds the principals according to the specified search filter.

Параметры

principalSearchFilter:PrincipalSearchFilterVO — The search filter specifying the principals to be returned.

Возвращает
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a list containing all the Principal objects found according to the specified search filter.

Связанные элементы API

findUserByName

()метод 
public function findUserByName(name:String):mx.rpc:AsyncToken

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

Retrieves a user according to the name.

Параметры

name:String — The name of the user.

Возвращает
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.

getPrincipal

()метод 
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken

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

Retrieves a principal according to the specified domain name and canonical name.

Параметры

domainName:String — The domain name of the principal.
 
cannonicalName:String — The canonical name of the principal.

Возвращает
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the principal to be retrieved.




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

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