패키지 | 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, 03:17 PM Z