包 | com.adobe.solutions.rca.vo |
类 | public class ParticipantVO |
继承 | ParticipantVO NamedVO BaseVO Object |
子类 | InitiatorVO, StageParticipantVO |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | 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
.
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
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
对类对象或给定对象实例的构造函数的引用。 | 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 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor for ParticipantVO class. | ParticipantVO | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
additionalMetadata | 属性 |
additionalMetadata:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
实现
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
canonicalName | 属性 |
canonicalName:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Canonical name of the user or group as defined in User Manager.
实现
public function get canonicalName():String
public function set canonicalName(value:String):void
completedBy | 属性 |
completedBy:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property stores a reference to the user who completed the task.
实现
public function get completedBy():String
public function set completedBy(value:String):void
completedFromIP | 属性 |
completedFromIP:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property holds the IP from which the task was completed.
实现
public function get completedFromIP():String
public function set completedFromIP(value:String):void
disposition | 属性 |
domainName | 属性 |
domainName:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Domain to which the user or group belongs as defined in User Manager.
实现
public function get domainName():String
public function set domainName(value:String):void
finalComments | 属性 |
finalComments:String
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The final comments made by a participant after reviewing or approving a document.
实现
public function get finalComments():String
public function set finalComments(value:String):void
reviewContext | 属性 |
reviewContext:ReviewContextVO
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The details of the review version.
实现
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
status | 属性 |
umOid | 属性 |
构造函数详细信息
ParticipantVO | () | 构造函数 |
public function ParticipantVO()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for ParticipantVO
class.
Tue Jun 12 2018, 11:04 AM Z