Pakiet | com.adobe.solutions.rca.domain |
Interfejs | public interface IParticipant extends IMember |
Implementory | Participant |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | IParticipant | ||
assignedTo : IMemberCollection [tylko do odczytu]
Reference to the member collection to which this member is assigned. | IMember | ||
canonicalName : String [tylko do odczytu]
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 [tylko do odczytu]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [tylko do odczytu]
Email of the member. | IMember | ||
finalComments : String
The final comments made by the participant after reviewing or approving a document. | IParticipant | ||
id : String [tylko do odczytu]
Unique identifier for a participant. | IParticipant | ||
name : String [tylko do odczytu]
Name of the member. | IMember | ||
reviewContext : IReviewContext
The details of the review version of which a participant is a part. | IParticipant | ||
role : String [tylko do odczytu]
Role of the member in the workflow. | IMember | ||
status : String
Current status of a participant. | IParticipant | ||
title : String [tylko do odczytu]
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 |
Szczegół właściwości
additionalMetadata | właściwość |
additionalMetadata:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementacja
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
completedBy | właściwość |
completedBy:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property stores the reference to the user who completed the task assigned to a participant.
Implementacja
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | właściwość |
completedFromIP:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which a task assigned to a participant is completed.
Implementacja
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | właściwość |
disposition:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Current disposition of a participant, if any.
Implementacja
public function get disposition():String
public function set disposition(value:String):void
finalComments | właściwość |
finalComments:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The final comments made by the participant after reviewing or approving a document.
Implementacja
public function get finalComments():String
public function set finalComments(value:String):void
id | właściwość |
reviewContext | właściwość |
reviewContext:IReviewContext
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The details of the review version of which a participant is a part.
Implementacja
public function get reviewContext():IReviewContext
public function set reviewContext(value:IReviewContext):void
status | właściwość |
status:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Current status of a participant.
Implementacja
public function get status():String
public function set status(value:String):void
user | właściwość |
user:IUser
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The user object for a participant.
Implementacja
public function get user():IUser
public function set user(value:IUser):void
Powiązane elementy interfejsu API
vo | właściwość |
vo:ParticipantVO
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The Value Object for a participant.
Implementacja
public function get vo():ParticipantVO
public function set vo(value:ParticipantVO):void
Powiązane elementy interfejsu API
ParticipantVO
Tue Jun 12 2018, 12:06 PM Z