パッケージ | 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, 10:34 AM Z