Package | com.adobe.solutions.rca.vo |
Class | public class StageParticipantVO |
Inheritance | StageParticipantVO ParticipantVO NamedVO BaseVO Object |
Subclasses | ApproverVO, AuthorVO, ModeratorVO, ReviewerVO |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
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
A reference to the class object or constructor function for a given object instance. | Object | ||
createdAt : String
This property is used to store the state of review when this participant was added. | StageParticipantVO | ||
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 | ||
endDate : Date
End date of role of a participant in the stage. | StageParticipantVO | ||
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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
reviewContext : ReviewContextVO
The details of the review version. | ParticipantVO | ||
reviewStage : ReviewStageVO
Stage object which has this participant object in its list of participants. | StageParticipantVO | ||
startDate : Date
Start date of the role of a participant in the stage. | StageParticipantVO | ||
status : String
Current status of the participant. | ParticipantVO | ||
umOid : String
The Document Server User Manager OID of the participant. | ParticipantVO |
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for StageParticipantVO class. | StageParticipantVO | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
createdAt | property |
createdAt:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This property is used to store the state of review when this participant was added.
Implementation
public function get createdAt():String
public function set createdAt(value:String):void
endDate | property |
endDate:Date
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
End date of role of a participant in the stage.
Implementation
public function get endDate():Date
public function set endDate(value:Date):void
reviewStage | property |
reviewStage:ReviewStageVO
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Stage object which has this participant object in its list of participants.
Implementation
public function get reviewStage():ReviewStageVO
public function set reviewStage(value:ReviewStageVO):void
startDate | property |
startDate:Date
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Start date of the role of a participant in the stage.
Implementation
public function get startDate():Date
public function set startDate(value:Date):void
Constructor Detail
StageParticipantVO | () | Constructor |
public function StageParticipantVO()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageParticipantVO
class.
Mon Nov 28 2011, 06:48 AM -08:00