| パッケージ | com.adobe.solutions.rca.vo.um | 
| クラス | public class PrincipalVO | 
| 継承 | PrincipalVO  Object | 
| サブクラス | GroupVO, UserVO | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
User or a Group.
 
  | プロパティ | 定義元 | ||
|---|---|---|---|
| canonicalName : String   
	  The canonical name of this principal. | PrincipalVO | ||
| commonName : String   
	  Common name of the principal. | PrincipalVO | ||
|  | constructor : 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 | ||
|  | 
	 オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
|  | 
	 Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
|  | 
	 指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
|  | 
     ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
|  | 
	 ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのプリミティブな値を返します。 | 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 | プロパティ | 
| description | プロパティ | 
| 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 | プロパティ | 
| プロパティ | 
| 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 | プロパティ | 
| org | プロパティ | 
| principalType | プロパティ | 
| 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 | プロパティ | 
| 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.
	 
	  
Tue Jun 12 2018, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示