패키지 | com.adobe.solutions.rca.domain.common |
인터페이스 | public interface IMember |
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
assignedTo : IMemberCollection [읽기 전용]
Reference to the member collection to which this member is assigned. | IMember | ||
canonicalName : String [읽기 전용]
CanonicalName of the member as defined in Document Server User Management. | IMember | ||
domainName : String [읽기 전용]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [읽기 전용]
Email of the member. | IMember | ||
name : String [읽기 전용]
Name of the member. | IMember | ||
role : String [읽기 전용]
Role of the member in the workflow. | IMember | ||
title : String [읽기 전용]
Title of the member in the workflow. | IMember |
속성 세부 정보
assignedTo | 속성 |
assignedTo:IMemberCollection
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Reference to the member collection to which this member is assigned.
구현
public function get assignedTo():IMemberCollection
관련 API 요소
canonicalName | 속성 |
canonicalName:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
CanonicalName
of the member as defined in Document Server User Management.
The combination of canonicalName
and domainName
are used to uniquely identify a user.
구현
public function get canonicalName():String
관련 API 요소
domainName
domainName | 속성 |
domainName:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Domain name of the member as defined in Document Server User Management.
The combination of canonicalName
and domainName
are used to uniquely identify a user.
구현
public function get domainName():String
관련 API 요소
canonicalName
속성 |
name | 속성 |
role | 속성 |
title | 속성 |
Tue Jun 12 2018, 03:17 PM Z