| 패키지 | com.adobe.solutions.rca.domain |
| 인터페이스 | public interface IStage extends IGanttDataItem , IMemberCollection |
| 구현자 | Stage |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
| 속성 | 정의 주체 | ||
|---|---|---|---|
| additionalMetadata : String
This property can be used to store additional metadata while extending the application. | IStage | ||
![]() | allMemberList : IList [읽기 전용]
The property returns a collection of all members. | IMemberCollection | |
| assignTaskToInitiatorProcess : String
The process that overrides the default AssignTaskToInitiator process. | IStage | ||
| assignTaskToParticipantProcess : String
The process that overrides the default AssignTaskToParticipant process. | IStage | ||
| calculatedEndDate : Date
The endDate if a review has ended. | IStage | ||
| calculatedStartDate : Date
The startDate if a review has started. | IStage | ||
| disposition : String
This property can be used to store a custom status for the stage. | IStage | ||
| duration : int
The time period in duration unit after which this stage expires. | IStage | ||
| durationUnit : String
The unit for the duration field. | IStage | ||
| endDate : Date
Date on which the stage execution ended. | IStage | ||
![]() | ganttItems : ArrayCollection [읽기 전용]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | |
| id : String [읽기 전용]
A unique identifier for this stage. | IStage | ||
![]() | itemEndDate : Date [읽기 전용]
End date of the item. | IGanttDataItem | |
![]() | itemName : String [읽기 전용]
Name of the item. | IGanttDataItem | |
![]() | itemStartDate : Date [읽기 전용]
Start date of the item. | IGanttDataItem | |
![]() | itemState : String [읽기 전용]
State of the item. | IGanttDataItem | |
![]() | itemStatus : String [읽기 전용]
Status of the item. | IGanttDataItem | |
![]() | itemType : String [읽기 전용]
Type of item. | IGanttDataItem | |
![]() | memberList : IList [읽기 전용]
The property returns a collection of directly associated members. | IMemberCollection | |
| moderators : IList [읽기 전용]
Returns a list of moderators for this stage. | IStage | ||
| name : String
Name of this stage. | IStage | ||
| nonExpiringStage : Boolean
This Boolean flag determines the post-expiry behaviour of a stage. | IStage | ||
| nonModeratorParticipant : IList [읽기 전용]
Returns a list of non-moderator participants (reviewers and approvers) for this stage. | IStage | ||
![]() | operationList : ArrayCollection [읽기 전용]
A collection of operations that are available to a user through the context menu in the Gantt chart. | IGanttDataItem | |
| participants : IList
This property holds the collection of participants for this stage. | IStage | ||
| postProcessHookName : String
Name of the process that is executed after the start of this stage. | IStage | ||
| preProcessHookName : String
Name of the process that is executed before the start of this stage. | IStage | ||
| reference : Boolean
This Boolean value decides whether this stage is a reference to a stage template or not. | IStage | ||
| reminders : IList
This property holds the collection of reminders associated with this stage. | IStage | ||
| requiresInitiatorReview : Boolean
This Boolean value to decide if in a creation stage an initiator review is required after a collateral is produced or not. | IStage | ||
| resolved : Boolean
If this stage is a reference to a stage template, then whether the reference has been resolved or not is decided by this Boolean value. | IStage | ||
| reviewContext : IReviewContext
Review context object for this review stage. | IStage | ||
![]() | showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | IGanttDataItem | |
![]() | showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | IGanttDataItem | |
| signatureType : String
Type of signature required for an approval stage. | IStage | ||
| stageNo : int
Number of this stage within the schedule template. | IStage | ||
| startDate : Date
Date on which the stage execution started. | IStage | ||
| status : String
Status of the stage. | IStage | ||
| taskType : String
This property determines the mechanism of task delivery to participants. | IStage | ||
| type : String
Defines the type of the stage. | IStage | ||
![]() | uniqueMemberList : IList [읽기 전용]
The property returns a collection of unique members. | IMemberCollection | |
| vo : ReviewStageVO
The Value Object for this stage. | IStage | ||
| waitForExpiry : Boolean
A Boolean value to decide whether to wait for the complete duration for expiry even if all the stage participants have completed their tasks before expiry duration or not. | IStage | ||
| 메서드 | 정의 주체 | ||
|---|---|---|---|
![]() |
This remote operation adds a member to the collection and submits the change to the server. | IMemberCollection | |
Adds a participant at the end of the list of participants for this stage. | IStage | ||
Adds a participant at the end of the list of participants for this stage. | IStage | ||
Populates the calculatedStartDate and calculatedEndDate fields. | IStage | ||
Calculates duration for this stage based on start and end dates. | IStage | ||
Fetches original document for this stage. | IStage | ||
Fetches document for this stage in the current state. | IStage | ||
![]() |
A Boolean function to determine if the item has displayable children. | IGanttDataItem | |
Removes all the participants in this stage. | IStage | ||
![]() |
This remote operation removes a member from the collection and submits the change to the server. | IMemberCollection | |
Removes a participant at the index from the list of participants for this stage. | IStage | ||
Resolves the reference if this stage is a reference to a stage template. | IStage | ||
Updates the stage duration for this stage. | IStage | ||
![]() |
This remote operation updates the tile of a member present in collection and submits the change to the server. | IMemberCollection | |
additionalMetadata | 속성 |
additionalMetadata:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | 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.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The process that overrides 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.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The process that overrides the default AssignTaskToParticipant process.
구현
public function get assignTaskToParticipantProcess():String public function set assignTaskToParticipantProcess(value:String):voidcalculatedEndDate | 속성 |
calculatedEndDate:Date| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The endDate if a review has ended. Otherwise the expected end date.
구현
public function get calculatedEndDate():Date public function set calculatedEndDate(value:Date):voidcalculatedStartDate | 속성 |
calculatedStartDate:Date| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The startDate if a review has started. Otherwise the expected start date.
구현
public function get calculatedStartDate():Date public function set calculatedStartDate(value:Date):voiddisposition | 속성 |
disposition:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store a custom status for the stage.
구현
public function get disposition():String public function set disposition(value:String):voidduration | 속성 |
durationUnit | 속성 |
endDate | 속성 |
id | 속성 |
moderators | 속성 |
moderators:IList [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns a list of moderators for this stage.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 stageParticpantChanged 이벤트를 전달합니다.
구현
public function get moderators():IListname | 속성 |
nonExpiringStage | 속성 |
nonExpiringStage:Boolean| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of a stage.
구현
public function get nonExpiringStage():Boolean public function set nonExpiringStage(value:Boolean):voidnonModeratorParticipant | 속성 |
nonModeratorParticipant:IList [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Returns a list of non-moderator participants (reviewers and approvers) for this stage.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 stageParticpantChanged 이벤트를 전달합니다.
구현
public function get nonModeratorParticipant():IListparticipants | 속성 |
participants:IList| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | 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.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Name of the process that is executed after the start of this stage.
구현
public function get postProcessHookName():String public function set postProcessHookName(value:String):voidpreProcessHookName | 속성 |
preProcessHookName:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Name of the process that is executed before the start of this 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.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This Boolean value decides 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.0 |
| 런타임 버전: | 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.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This Boolean value to decide if in a creation stage an initiator review is required 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.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
If this stage is a reference to a stage template, then whether the reference has been resolved or not is decided by this Boolean value.
구현
public function get resolved():Boolean public function set resolved(value:Boolean):voidreviewContext | 속성 |
reviewContext:IReviewContext| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
구현
public function get reviewContext():IReviewContext public function set reviewContext(value:IReviewContext):void관련 API 요소
signatureType | 속성 |
stageNo | 속성 |
startDate | 속성 |
status | 속성 |
taskType | 속성 |
taskType:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | 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 | 속성 |
vo | 속성 |
vo:ReviewStageVO| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The Value Object for this stage.
구현
public function get vo():ReviewStageVO public function set vo(value:ReviewStageVO):voidwaitForExpiry | 속성 |
waitForExpiry:Boolean| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
A Boolean value to decide whether to wait for the complete duration for expiry even if all the stage participants have completed their tasks before expiry duration or not.
구현
public function get waitForExpiry():Boolean public function set waitForExpiry(value:Boolean):voidaddParticipant | () | 메서드 |
public function addParticipant(participant:IStageParticipant):void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Adds a participant at the end of the list of participants for this stage.
매개 변수
participant:IStageParticipant — Participant to be added to this stage.
|
관련 API 요소
addParticipantAt | () | 메서드 |
public function addParticipantAt(participant:IStageParticipant, index:int):void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Adds a participant at the end of the list of participants for this stage.
매개 변수
participant:IStageParticipant — Participant to be added to stage.
| |
index:int — Index at which this participant needs to be added.
|
calculateDates | () | 메서드 |
public function calculateDates():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Populates the calculatedStartDate and calculatedEndDate fields.
관련 API 요소
calculateStageDuration | () | 메서드 |
public function calculateStageDuration():Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Calculates duration for this stage based on start and end dates.
반환값Number — It returns the duration for this stage in milliseconds.
|
fetchStageDocument | () | 메서드 |
public function fetchStageDocument():mx.rpc:AsyncToken| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Fetches original document for this stage.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the document used for review in this stage.
|
fetchStageDocumentWithComment | () | 메서드 |
public function fetchStageDocumentWithComment():mx.rpc:AsyncToken| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Fetches document for this stage in the current state.
반환값mx.rpc:AsyncToken — It returns a token on which success on fault handlers can be attached. The resulting event contains the document used for review in this stage with inline comments published by customers.
|
removeAllParticipants | () | 메서드 |
public function removeAllParticipants():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Removes all the participants in this stage.
removeParticipantAt | () | 메서드 |
public function removeParticipantAt(index:int):IStageParticipant| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Removes a participant at the index from the list of participants for this stage.
매개 변수
index:int — The index in the list of participants for the stage.
|
IStageParticipant — It returns the removed participant.
|
resolveStage | () | 메서드 |
public function resolveStage():mx.rpc:AsyncToken| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Resolves the reference if this stage is a reference to a stage template.
반환값mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
|
updateDurationAndSave | () | 메서드 |
public function updateDurationAndSave():mx.rpc:AsyncToken| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Updates the stage duration for this stage.
반환값mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
|
Tue Jun 12 2018, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시