ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.solutions.rca.service 

IUserManager  - AS3 Review, Commenting, and Approval

Paketcom.adobe.solutions.rca.service
Schnittstellepublic interface IUserManager
Umsetzer UserManager

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This interface defines methods exposed for user management.



Öffentliche Methoden
 MethodeDefiniert von
  
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
Methodendetails

findPrincipalById

()Methode
public function findPrincipalById(umOid:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the specified identifier.

Parameter

umOid:String — The principal identifier.

Rückgabewerte
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

()Methode 
public function findPrincipalByName(name:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the name.

Parameter

name:String — The name of the principal.

Rückgabewerte
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

()Methode 
public function findPrincipalByPrincipalName(principalName:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a principal according to the principal name.

Parameter

principalName:String — The principal name.

Rückgabewerte
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

()Methode 
public function findPrincipals(principalSearchFilter:PrincipalSearchFilterVO):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Finds the principals according to the specified search filter.

Parameter

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

Rückgabewerte
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.

Verwandte API-Elemente

findUserByName

()Methode 
public function findUserByName(name:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Retrieves a user according to the name.

Parameter

name:String — The name of the user.

Rückgabewerte
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

()Methode 
public function getPrincipal(domainName:String, cannonicalName:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Review, Commenting, and Approval“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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

Parameter

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

Rückgabewerte
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 ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.