| 套件 | com.adobe.solutions.rca.vo |
| 類別 | public class ReviewStageVO |
| 繼承 | ReviewStageVO NamedVO BaseVO Object |
| 子類別 | 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):voidassignTaskToInitiatorProcess | 屬性 |
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):voidassignTaskToParticipantProcess | 屬性 |
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):voiddisposition | 屬性 |
duration | 屬性 |
durationUnit | 屬性 |
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):voidparticipants | 屬性 |
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):voidpostProcessHookName | 屬性 |
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):voidpreProcessHookName | 屬性 |
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):voidreference | 屬性 |
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):voidreminders | 屬性 |
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):voidrequiresInitiatorReview | 屬性 |
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):voidresolved | 屬性 |
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):voidreviewContext | 屬性 |
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):voidsignatureType | 屬性 |
stageNo | 屬性 |
startDate | 屬性 |
status | 屬性 |
taskType | 屬性 |
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):voidReviewStageVO | () | 建構函式 |
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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性