Paket | com.adobe.solutions.rca.domain |
Arabirim | public interface IParticipant extends IMember |
Uygulayıcılar | Participant |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | IParticipant | ||
assignedTo : IMemberCollection [salt okunur]
Reference to the member collection to which this member is assigned. | IMember | ||
canonicalName : String [salt okunur]
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 [salt okunur]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [salt okunur]
Email of the member. | IMember | ||
finalComments : String
The final comments made by the participant after reviewing or approving a document. | IParticipant | ||
id : String [salt okunur]
Unique identifier for a participant. | IParticipant | ||
name : String [salt okunur]
Name of the member. | IMember | ||
reviewContext : IReviewContext
The details of the review version of which a participant is a part. | IParticipant | ||
role : String [salt okunur]
Role of the member in the workflow. | IMember | ||
status : String
Current status of a participant. | IParticipant | ||
title : String [salt okunur]
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 |
Özellik Ayrıntısı
additionalMetadata | özellik |
additionalMetadata:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Uygulama
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
completedBy | özellik |
completedBy:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property stores the reference to the user who completed the task assigned to a participant.
Uygulama
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | özellik |
completedFromIP:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which a task assigned to a participant is completed.
Uygulama
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | özellik |
disposition:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Current disposition of a participant, if any.
Uygulama
public function get disposition():String
public function set disposition(value:String):void
finalComments | özellik |
finalComments:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The final comments made by the participant after reviewing or approving a document.
Uygulama
public function get finalComments():String
public function set finalComments(value:String):void
id | özellik |
reviewContext | özellik |
reviewContext:IReviewContext
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The details of the review version of which a participant is a part.
Uygulama
public function get reviewContext():IReviewContext
public function set reviewContext(value:IReviewContext):void
status | özellik |
user | özellik |
user:IUser
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The user object for a participant.
Uygulama
public function get user():IUser
public function set user(value:IUser):void
İlgili API Öğeleri
vo | özellik |
vo:ParticipantVO
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The Value Object for a participant.
Uygulama
public function get vo():ParticipantVO
public function set vo(value:ParticipantVO):void
İlgili API Öğeleri
ParticipantVO
Tue Jun 12 2018, 01:09 PM Z