パッケージ | com.adobe.solutions.rca.domain |
インターフェイス | public interface IParticipant extends IMember |
実装者 | Participant |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | IParticipant | ||
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 | ||
completedBy : String
This property stores the reference to the user who completed the task assigned to a participant. | IParticipant | ||
completedFromIP : String
This property holds the IP from which a task assigned to a participant is completed. | IParticipant | ||
disposition : String
Current disposition of a participant, if any. | IParticipant | ||
domainName : String [読み取り専用]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [読み取り専用]
Email of the member. | IMember | ||
finalComments : String
The final comments made by the participant after reviewing or approving a document. | IParticipant | ||
id : String [読み取り専用]
Unique identifier for a participant. | IParticipant | ||
name : String [読み取り専用]
Name of the member. | IMember | ||
reviewContext : IReviewContext
The details of the review version of which a participant is a part. | IParticipant | ||
role : String [読み取り専用]
Role of the member in the workflow. | IMember | ||
status : String
Current status of a participant. | IParticipant | ||
title : String [読み取り専用]
Title of the member in the workflow. | IMember | ||
user : IUser
The user object for a participant. | IParticipant | ||
vo : ParticipantVO
The Value Object for a participant. | IParticipant |
プロパティの詳細
additionalMetadata | プロパティ |
additionalMetadata:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
実装
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
completedBy | プロパティ |
completedBy:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property stores the reference to the user who completed the task assigned to a participant.
実装
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | プロパティ |
completedFromIP:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which a task assigned to a participant is completed.
実装
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | プロパティ |
finalComments | プロパティ |
finalComments:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The final comments made by the participant after reviewing or approving a document.
実装
public function get finalComments():String
public function set finalComments(value:String):void
id | プロパティ |
reviewContext | プロパティ |
reviewContext:IReviewContext
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The details of the review version of which a participant is a part.
実装
public function get reviewContext():IReviewContext
public function set reviewContext(value:IReviewContext):void
status | プロパティ |
user | プロパティ |
vo | プロパティ |
vo:ParticipantVO
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The Value Object for a participant.
実装
public function get vo():ParticipantVO
public function set vo(value:ParticipantVO):void
関連する API エレメント
ParticipantVO
Tue Jun 12 2018, 10:34 AM Z