Pakket | com.adobe.solutions.rca.vo |
Klasse | public class ParticipantVO |
Overerving | ParticipantVO NamedVO BaseVO Object |
Subklassen | InitiatorVO, StageParticipantVO |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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
.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | Gedefinieerd door | ||
---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
additionalMetadata | eigenschap |
additionalMetadata:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementatie
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
canonicalName | eigenschap |
canonicalName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
Implementatie
public function get canonicalName():String
public function set canonicalName(value:String):void
completedBy | eigenschap |
completedBy:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
Implementatie
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | eigenschap |
completedFromIP:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
Implementatie
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | eigenschap |
disposition:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Current disposition of participant, if any.
Implementatie
public function get disposition():String
public function set disposition(value:String):void
domainName | eigenschap |
domainName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
Implementatie
public function get domainName():String
public function set domainName(value:String):void
finalComments | eigenschap |
finalComments:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
Implementatie
public function get finalComments():String
public function set finalComments(value:String):void
reviewContext | eigenschap |
reviewContext:ReviewContextVO
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
Implementatie
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
status | eigenschap |
umOid | eigenschap |
umOid:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The Document Server User Manager OID of the participant.
Implementatie
public function get umOid():String
public function set umOid(value:String):void
ParticipantVO | () | Constructor |
public function ParticipantVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO
class.
Wed Jun 13 2018, 11:42 AM Z