Package | com.adobe.solutions.rca.vo |
Classe | public class ParticipantVO |
Héritage | ParticipantVO NamedVO BaseVO Object |
Sous-classes | InitiatorVO, StageParticipantVO |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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
.
Propriété | Défini par | ||
---|---|---|---|
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
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 |
Méthode | Défini par | ||
---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
additionalMetadata | propriété |
additionalMetadata:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implémentation
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
canonicalName | propriété |
canonicalName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Implémentation
public function get canonicalName():String
public function set canonicalName(value:String):void
completedBy | propriété |
completedBy:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Implémentation
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | propriété |
completedFromIP:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Implémentation
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | propriété |
disposition:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Implémentation
public function get disposition():String
public function set disposition(value:String):void
domainName | propriété |
domainName:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Implémentation
public function get domainName():String
public function set domainName(value:String):void
finalComments | propriété |
finalComments:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Implémentation
public function get finalComments():String
public function set finalComments(value:String):void
reviewContext | propriété |
reviewContext:ReviewContextVO
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Implémentation
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
status | propriété |
status:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Current status of the participant.
Implémentation
public function get status():String
public function set status(value:String):void
umOid | propriété |
umOid:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Implémentation
public function get umOid():String
public function set umOid(value:String):void
ParticipantVO | () | Constructeur |
public function ParticipantVO()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO
class.
Tue Jun 12 2018, 09:30 AM Z