| 패키지 | 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 | 속성 |
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):voidduration | 속성 |
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 | 속성 |
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):voidstageNo | 속성 |
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):voidtype | 속성 |
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:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시