Pacchetto | com.adobe.solutions.rca.domain.impl |
Classe | public class StageTemplate |
Ereditarietà | StageTemplate ![]() ![]() |
Implementa | IStageTemplate |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà | Definito da | ||
---|---|---|---|
active : Boolean
A Boolean value to decide if the template is active. | StageTemplate | ||
![]() | additionalMetadata : String
This property can be used to store additional metadata while extending the application. | Stage | |
![]() | allMemberList : IList [sola lettura]
The property returns a collection of all members. | Stage | |
![]() | assignTaskToInitiatorProcess : String
The process that overrides the default AssignTaskToInitiator process. | Stage | |
![]() | assignTaskToParticipantProcess : String
The process that overrides the default AssignTaskToParticipant process. | Stage | |
![]() | calculatedEndDate : Date
The endDate if a review has ended. | Stage | |
![]() | calculatedStartDate : Date
The startDate if a review has started. | Stage | |
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
createdBy : String [sola lettura]
Name of the user who created the template. | StageTemplate | ||
createdOn : Date [sola lettura]
The date on which the template was created. | StageTemplate | ||
description : String
Description of a template. | StageTemplate | ||
![]() | disposition : String
This property can be used to store a custom status for the stage. | Stage | |
![]() | duration : int
The time period in duration unit after which this stage expires. | Stage | |
![]() | durationUnit : String
The unit for the duration field. | Stage | |
![]() | endDate : Date
Date on which the stage execution ended. | Stage | |
![]() | ganttItems : ArrayCollection [sola lettura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | Stage | |
![]() | id : String [sola lettura]
A unique identifier for this stage. | Stage | |
![]() | itemEndDate : Date [sola lettura]
End date of the item. | Stage | |
![]() | itemName : String [sola lettura]
Name of the item. | Stage | |
![]() | itemStartDate : Date [sola lettura]
Start date of the item. | Stage | |
![]() | itemState : String [sola lettura]
State of the item. | Stage | |
![]() | itemStatus : String [sola lettura]
Status of the item. | Stage | |
![]() | itemType : String [sola lettura]
Type of item. | Stage | |
lastModifiedBy : String [sola lettura]
Name of the user who last modified the template. | StageTemplate | ||
lastModifiedOn : Date [sola lettura]
The date on which the template was last modified. | StageTemplate | ||
![]() | memberList : IList [sola lettura]
The property returns a collection of directly associated members. | Stage | |
![]() | moderators : IList [sola lettura]
Returns a list of moderators for this stage. | Stage | |
![]() | name : String
Name of this stage. | Stage | |
![]() | nonExpiringStage : Boolean
This Boolean flag determines the post-expiry behaviour of a stage. | Stage | |
![]() | nonModeratorParticipant : IList [sola lettura]
Returns a list of non-moderator participants (reviewers and approvers) for this stage. | Stage | |
![]() | operationList : ArrayCollection [sola lettura]
A collection of operations that are available to a user through the context menu in the Gantt chart. | Stage | |
![]() | participants : IList
This property holds the collection of participants for this stage. | Stage | |
![]() | postProcessHookName : String
Name of the process that is executed after the start of this stage. | Stage | |
![]() | preProcessHookName : String
Name of the process that is executed before the start of this stage. | Stage | |
![]() | reference : Boolean
This Boolean value decides whether this stage is a reference to a stage template or not. | Stage | |
![]() | reminders : IList
This property holds the collection of reminders associated with this stage. | Stage | |
![]() | requiresInitiatorReview : Boolean
This Boolean value to decide if in a creation stage an initiator review is required after a collateral is produced or not. | Stage | |
![]() | 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. | Stage | |
![]() | reviewContext : IReviewContext
Review context object for this review stage. | Stage | |
![]() | showChildren : Boolean
A Boolean flag to determine if the children need to be displayed. | Stage | |
![]() | showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed. | Stage | |
![]() | signatureType : String
Type of signature required for an approval stage. | Stage | |
stageManagement : IStageManagement
Stage management service instance for a template. | StageTemplate | ||
![]() | stageNo : int
Number of this stage within the schedule template. | Stage | |
![]() | startDate : Date
Date on which the stage execution started. | Stage | |
![]() | status : String
Status of the stage. | Stage | |
![]() | taskType : String
This property determines the mechanism of task delivery to participants. | Stage | |
![]() | type : String
Defines the type of the stage. | Stage | |
![]() | uniqueMemberList : IList [sola lettura]
The property returns a collection of unique members. | Stage | |
![]() | vo : ReviewStageVO
The Value Object for this stage. | Stage | |
![]() | 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. | Stage |
Metodo | Definito da | ||
---|---|---|---|
StageTemplate(value:com.adobe.solutions.rca.vo:StageTemplateVO = null)
The constructor for StageTemplate class. | StageTemplate | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | Stage | |
![]() |
This remote operation adds a member to the collection and submits the change to the server. | Stage | |
![]() |
Adds a participant at the end of the list of participants for this stage. | Stage | |
![]() |
Adds a participant at the end of the list of participants for this stage. | Stage | |
![]() |
Populates the calculatedStartDate and calculatedEndDate fields. | Stage | |
![]() |
Calculates duration for this stage based on start and end dates. | Stage | |
Deletes the template. | StageTemplate | ||
![]() |
Dispatches an event into the event flow. | Stage | |
![]() |
Fetches original document for this stage. | Stage | |
![]() |
Fetches document for this stage in the current state. | Stage | |
Fetches the list of schedule templates which contains a reference to this stage template in the stage list. | StageTemplate | ||
Returns the Value Object for this template. | StageTemplate | ||
![]() |
A Boolean function to determine if the item has displayable children. | Stage | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | Stage | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Removes all the participants in this stage. | Stage | |
![]() |
Removes a listener from the EventDispatcher object. | Stage | |
![]() |
This remote operation removes a member from the collection and submits the change to the server. | Stage | |
![]() |
Removes a participant at the index from the list of participants for this stage. | Stage | |
![]() |
Resolves the reference if this stage is a reference to a stage template. | Stage | |
Saves the template. | StageTemplate | ||
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Updates the stage duration for this stage. | Stage | |
![]() |
This remote operation updates the tile of a member present in collection and submits the change to the server. | Stage | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Stage |
active | proprietà |
active:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean value to decide if the template is active.
Implementazione
public function get active():Boolean
public function set active(value:Boolean):void
createdBy | proprietà |
createdOn | proprietà |
description | proprietà |
description:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Description of a template.
Implementazione
public function get description():String
public function set description(value:String):void
lastModifiedBy | proprietà |
lastModifiedBy:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the user who last modified the template.
Implementazione
public function get lastModifiedBy():String
lastModifiedOn | proprietà |
lastModifiedOn:Date
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The date on which the template was last modified.
Implementazione
public function get lastModifiedOn():Date
stageManagement | proprietà |
stageManagement:IStageManagement
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Stage management service instance for a template.
Implementazione
public function get stageManagement():IStageManagement
public function set stageManagement(value:IStageManagement):void
StageTemplate | () | Funzione di costruzione |
public function StageTemplate(value:com.adobe.solutions.rca.vo:StageTemplateVO = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageTemplate
class.
value:com.adobe.solutions.rca.vo:StageTemplateVO (default = null ) — Stage template value object.
|
deleteTemplate | () | metodo |
public function deleteTemplate():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Deletes the template.
Restituiscemx.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.
|
getReferringTemplates | () | metodo |
public function getReferringTemplates():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Fetches the list of schedule templates which contains a reference to this stage template in the stage list.
Restituiscemx.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.
|
getStageTemplate | () | metodo |
public function getStageTemplate():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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.
Restituiscemx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the stageTemplateVO .
|
save | () | metodo |
public function save():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | 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.
Restituiscemx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains the created stageTemplateVO .
|
Tue Jun 12 2018, 02:44 PM Z