套件 | 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, 03:47 PM Z