Package | com.adobe.solutions.rca.domain |
Interface | public interface IStageTemplate extends IStage , IGanttDataItem , IMemberCollection |
Implementors | StageTemplate |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Property | Defined By | ||
---|---|---|---|
active : Boolean
A Boolean value to decide if the template is active. | IStageTemplate | ||
additionalMetadata : String
This property can be used to store additional metadata while extending the application. | IStage | ||
allMemberList : IList [read-only]
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 | ||
createdBy : String [read-only]
Name of the user who created the template. | IStageTemplate | ||
createdOn : Date [read-only]
The date on which the template was created. | IStageTemplate | ||
description : String
Description of a template. | IStageTemplate | ||
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 [read-only]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | ||
id : String [read-only]
A unique identifier for this stage. | IStage | ||
itemEndDate : Date [read-only]
End date of the item. | IGanttDataItem | ||
itemName : String [read-only]
Name of the item. | IGanttDataItem | ||
itemStartDate : Date [read-only]
Start date of the item. | IGanttDataItem | ||
itemState : String [read-only]
State of the item. | IGanttDataItem | ||
itemStatus : String [read-only]
Status of the item. | IGanttDataItem | ||
itemType : String [read-only]
Type of item. | IGanttDataItem | ||
lastModifiedBy : String [read-only]
Name of the user who last modified the template. | IStageTemplate | ||
lastModifiedOn : Date [read-only]
The date on which the template was last modified. | IStageTemplate | ||
memberList : IList [read-only]
The property returns a collection of directly associated members. | IMemberCollection | ||
moderators : IList [read-only]
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 [read-only]
Returns a list of non-moderator participants (reviewers and approvers) for this stage. | IStage | ||
operationList : ArrayCollection [read-only]
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 | ||
stageManagement : IStageManagement
Stage management service instance for a template. | IStageTemplate | ||
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 [read-only]
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 |
Method | Defined By | ||
---|---|---|---|
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 | ||
Deletes the template. | IStageTemplate | ||
Fetches original document for this stage. | IStage | ||
Fetches document for this stage in the current state. | IStage | ||
Fetches the list of schedule templates which contains a reference to this stage template in the stage list. | IStageTemplate | ||
Returns the Value Object for this template. | IStageTemplate | ||
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 | ||
Saves the template. | IStageTemplate | ||
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 |
active | property |
active:Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
A Boolean value to decide if the template is active.
Implementation
public function get active():Boolean
public function set active(value:Boolean):void
createdBy | property |
createdOn | property |
description | property |
description:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Description of a template.
Implementation
public function get description():String
public function set description(value:String):void
lastModifiedBy | property |
lastModifiedOn | property |
stageManagement | property |
stageManagement:IStageManagement
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Stage management service instance for a template.
Implementation
public function get stageManagement():IStageManagement
public function set stageManagement(value:IStageManagement):void
Related API Elements
deleteTemplate | () | method |
public function deleteTemplate():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Deletes the template.
Returnsmx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the StageTemplateVO or null value if the stage does not exist.
|
Related API Elements
getReferringTemplates | () | method |
public function getReferringTemplates():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Fetches the list of schedule templates which contains a reference to this stage template in the stage list.
Returnsmx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a list of ReviewTemplatVO referring to this stage template.
|
Related API Elements
getStageTemplate | () | method |
public function getStageTemplate():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Returns the Value Object for this template. The function tries to fetch the stage template value object based on the template name, and refreshes the current object with a new value object returned from the server.
Returnsmx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the stageTemplateVO .
|
save | () | method |
public function save():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Saves the template. If save is successful, it refreshes the current object with a new value object returned from the server.
Returnsmx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the created stageTemplateVO .
|
Mon Nov 28 2011, 06:48 AM -08:00