パッケージ | com.adobe.solutions.rca.vo |
クラス | public class ReviewStageVO |
継承 | ReviewStageVO ![]() ![]() ![]() |
サブクラス | StageTemplateVO |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
プロパティ | 定義元 | ||
---|---|---|---|
additionalMetadata : String
This property can be used to store additional metadata, while extending the application. | ReviewStageVO | ||
assignTaskToInitiatorProcess : String
Process that can be used to override the default AssignTaskToInitiator process. | ReviewStageVO | ||
assignTaskToParticipantProcess : String
Process that can be used to override the default AssignTaskToParticipant process. | ReviewStageVO | ||
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
disposition : String
This property can be used to store custom status for the stage. | ReviewStageVO | ||
duration : int
Duration determines the time period after which a stage expires. | ReviewStageVO | ||
durationUnit : String
Duration unit determines the unit for duration field. | ReviewStageVO | ||
endDate : Date
Date on which the stage execution ended. | ReviewStageVO | ||
![]() | entityPath : String
Gets the entity name in the content repository. | NamedVO | |
![]() | id : String
Get the ID of the VO. | BaseVO | |
name : String
The name of the stage. | ReviewStageVO | ||
nonExpiringStage : Boolean
This Boolean flag determines the post-expiry behaviour of the stage. | ReviewStageVO | ||
participants : IList
This property holds the collection of participants for this stage. | ReviewStageVO | ||
postProcessHookName : String
Post-process hook is a process that is executed after a stage ends. | ReviewStageVO | ||
preProcessHookName : String
Pre-process hook is a process that is executed before the start of a stage. | ReviewStageVO | ||
reference : Boolean
A Boolean flag to indicate whether this stage is a reference to a stage template or not. | ReviewStageVO | ||
reminders : IList
This property holds the collection of reminders associated with this stage. | ReviewStageVO | ||
requiresInitiatorReview : Boolean
A Boolean flag to indicate whether an initiator review is required in a creation stage, after a collateral is produced, or not. | ReviewStageVO | ||
resolved : Boolean
This Boolean flag indicates whether the reference has been resolved, if this stage is a reference to a stage template. | ReviewStageVO | ||
reviewContext : ReviewContextVO
Review context object for this review stage. | ReviewStageVO | ||
signatureType : String
Type of digital signature required for an approval stage. | ReviewStageVO | ||
stageNo : int
Number of stage in the schedule. | ReviewStageVO | ||
startDate : Date
Date on which the stage execution started. | ReviewStageVO | ||
status : String
Status of the stage. | ReviewStageVO | ||
taskType : String
This property determines the mechanism of task delivery to participants. | ReviewStageVO | ||
type : String
This property defines the type of the stage. | ReviewStageVO | ||
waitForExpiry : Boolean
If this Boolean flag is set to True, the stage waits for the complete duration even if all the stage participants have completed their tasks. | ReviewStageVO |
メソッド | 定義元 | ||
---|---|---|---|
The constructor for ReviewStageVO class. | ReviewStageVO | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | 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
assignTaskToInitiatorProcess | プロパティ |
assignTaskToInitiatorProcess:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToInitiator
process.
実装
public function get assignTaskToInitiatorProcess():String
public function set assignTaskToInitiatorProcess(value:String):void
assignTaskToParticipantProcess | プロパティ |
assignTaskToParticipantProcess:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToParticipant
process.
実装
public function get assignTaskToParticipantProcess():String
public function set assignTaskToParticipantProcess(value:String):void
disposition | プロパティ |
disposition:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store custom status for the stage.
実装
public function get disposition():String
public function set disposition(value:String):void
duration | プロパティ |
durationUnit | プロパティ |
durationUnit:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Duration unit determines the unit for duration field.
実装
public function get durationUnit():String
public function set durationUnit(value:String):void
endDate | プロパティ |
name | プロパティ |
nonExpiringStage | プロパティ |
nonExpiringStage:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of the stage.
実装
public function get nonExpiringStage():Boolean
public function set nonExpiringStage(value:Boolean):void
participants | プロパティ |
participants:IList
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of participants for this stage.
実装
public function get participants():IList
public function set participants(value:IList):void
postProcessHookName | プロパティ |
postProcessHookName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Post-process hook is a process that is executed after a stage ends.
実装
public function get postProcessHookName():String
public function set postProcessHookName(value:String):void
preProcessHookName | プロパティ |
preProcessHookName:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Pre-process hook is a process that is executed before the start of a stage.
実装
public function get preProcessHookName():String
public function set preProcessHookName(value:String):void
reference | プロパティ |
reference:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this stage is a reference to a stage template or not.
実装
public function get reference():Boolean
public function set reference(value:Boolean):void
reminders | プロパティ |
reminders:IList
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of reminders associated with this stage.
実装
public function get reminders():IList
public function set reminders(value:IList):void
requiresInitiatorReview | プロパティ |
requiresInitiatorReview:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether an initiator review is required in a creation stage, after a collateral is produced, or not.
実装
public function get requiresInitiatorReview():Boolean
public function set requiresInitiatorReview(value:Boolean):void
resolved | プロパティ |
resolved:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag indicates whether the reference has been resolved, if this stage is a reference to a stage template.
実装
public function get resolved():Boolean
public function set resolved(value:Boolean):void
reviewContext | プロパティ |
reviewContext:ReviewContextVO
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
実装
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
signatureType | プロパティ |
signatureType:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Type of digital signature required for an approval stage.
実装
public function get signatureType():String
public function set signatureType(value:String):void
stageNo | プロパティ |
startDate | プロパティ |
status | プロパティ |
taskType | プロパティ |
taskType:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This property determines the mechanism of task delivery to participants.
実装
public function get taskType():String
public function set taskType(value:String):void
type | プロパティ |
waitForExpiry | プロパティ |
waitForExpiry:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
If this Boolean flag is set to True
, the stage waits for the complete duration even if all the stage participants have completed their tasks.
実装
public function get waitForExpiry():Boolean
public function set waitForExpiry(value:Boolean):void
ReviewStageVO | () | コンストラクター |
public function ReviewStageVO()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStageVO
class.
Tue Jun 12 2018, 10:34 AM Z