| Paket | com.adobe.solutions.rca.vo |
| Klass | public class ParticipantVO |
| Arv | ParticipantVO NamedVO BaseVO Object |
| Underklasser | InitiatorVO, StageParticipantVO |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
ParticipantVO represents a participant in a review. A participant can be an initiator, a reviewer, a moderator, or an approver.
It is the super class of InitiatorVO, ReviewerVO, ModeratorVO, ApproverVO.
| Egenskap | Definieras med | ||
|---|---|---|---|
| additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | ParticipantVO | ||
| canonicalName : String
Canonical name of the user or group as defined in User Manager. | ParticipantVO | ||
| completedBy : String
This property stores a reference to the user who completed the task. | ParticipantVO | ||
| completedFromIP : String
This property holds the IP from which the task was completed. | ParticipantVO | ||
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | |
| disposition : String
Current disposition of participant, if any. | ParticipantVO | ||
| domainName : String
Domain to which the user or group belongs as defined in User Manager. | ParticipantVO | ||
![]() | entityPath : String
Gets the entity name in the content repository. | NamedVO | |
| finalComments : String
The final comments made by a participant after reviewing or approving a document. | ParticipantVO | ||
![]() | id : String
Get the ID of the VO. | BaseVO | |
| reviewContext : ReviewContextVO
The details of the review version. | ParticipantVO | ||
| status : String
Current status of the participant. | ParticipantVO | ||
| umOid : String
The Document Server User Manager OID of the participant. | ParticipantVO | ||
| Metod | Definieras med | ||
|---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
additionalMetadata | egenskap |
additionalMetadata:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementering
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidcanonicalName | egenskap |
canonicalName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Implementering
public function get canonicalName():String public function set canonicalName(value:String):voidcompletedBy | egenskap |
completedBy:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Implementering
public function get completedBy():String public function set completedBy(value:String):voidcompletedFromIP | egenskap |
completedFromIP:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Implementering
public function get completedFromIP():String public function set completedFromIP(value:String):voiddisposition | egenskap |
disposition:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Implementering
public function get disposition():String public function set disposition(value:String):voiddomainName | egenskap |
domainName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Implementering
public function get domainName():String public function set domainName(value:String):voidfinalComments | egenskap |
finalComments:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Implementering
public function get finalComments():String public function set finalComments(value:String):voidreviewContext | egenskap |
reviewContext:ReviewContextVO| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Implementering
public function get reviewContext():ReviewContextVO public function set reviewContext(value:ReviewContextVO):voidstatus | egenskap |
status:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Current status of the participant.
Implementering
public function get status():String public function set status(value:String):voidumOid | egenskap |
umOid:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Implementering
public function get umOid():String public function set umOid(value:String):voidParticipantVO | () | Konstruktor |
public function ParticipantVO()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO class.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper