| Paket | com.adobe.solutions.rca.vo |
| Klasse | public class ParticipantVO |
| Vererbung | ParticipantVO NamedVO BaseVO Object |
| Unterklassen | InitiatorVO, StageParticipantVO |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | 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.
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| 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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 | ||
| Methode | Definiert von | ||
|---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
additionalMetadata | Eigenschaft |
additionalMetadata:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementierung
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidcanonicalName | Eigenschaft |
canonicalName:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Implementierung
public function get canonicalName():String public function set canonicalName(value:String):voidcompletedBy | Eigenschaft |
completedBy:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Implementierung
public function get completedBy():String public function set completedBy(value:String):voidcompletedFromIP | Eigenschaft |
completedFromIP:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Implementierung
public function get completedFromIP():String public function set completedFromIP(value:String):voiddisposition | Eigenschaft |
disposition:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Implementierung
public function get disposition():String public function set disposition(value:String):voiddomainName | Eigenschaft |
domainName:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Implementierung
public function get domainName():String public function set domainName(value:String):voidfinalComments | Eigenschaft |
finalComments:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Implementierung
public function get finalComments():String public function set finalComments(value:String):voidreviewContext | Eigenschaft |
reviewContext:ReviewContextVO| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Implementierung
public function get reviewContext():ReviewContextVO public function set reviewContext(value:ReviewContextVO):voidstatus | Eigenschaft |
umOid | Eigenschaft |
umOid:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Implementierung
public function get umOid():String public function set umOid(value:String):voidParticipantVO | () | Konstruktor |
public function ParticipantVO()| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO class.
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen