| Paquete | com.adobe.solutions.rca.domain |
| Interfaz | public interface IStage extends IGanttDataItem , IMemberCollection |
| Implementadores | Stage |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
| Propiedad | Definido por | ||
|---|---|---|---|
| additionalMetadata : String
This property can be used to store additional metadata while extending the application. | IStage | ||
![]() | allMemberList : IList [solo lectura]
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 [solo lectura]
A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True. | IGanttDataItem | |
| id : String [solo lectura]
A unique identifier for this stage. | IStage | ||
![]() | itemEndDate : Date [solo lectura]
End date of the item. | IGanttDataItem | |
![]() | itemName : String [solo lectura]
Name of the item. | IGanttDataItem | |
![]() | itemStartDate : Date [solo lectura]
Start date of the item. | IGanttDataItem | |
![]() | itemState : String [solo lectura]
State of the item. | IGanttDataItem | |
![]() | itemStatus : String [solo lectura]
Status of the item. | IGanttDataItem | |
![]() | itemType : String [solo lectura]
Type of item. | IGanttDataItem | |
![]() | memberList : IList [solo lectura]
The property returns a collection of directly associated members. | IMemberCollection | |
| moderators : IList [solo lectura]
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 [solo lectura]
Returns a list of non-moderator participants (reviewers and approvers) for this stage. | IStage | ||
![]() | operationList : ArrayCollection [solo lectura]
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 [solo lectura]
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 | ||
| Método | Definido por | ||
|---|---|---|---|
![]() |
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 | propiedad |
additionalMetadata:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata while extending the application.
Implementación
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidassignTaskToInitiatorProcess | propiedad |
assignTaskToInitiatorProcess:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The process that overrides the default AssignTaskToInitiator process.
Implementación
public function get assignTaskToInitiatorProcess():String public function set assignTaskToInitiatorProcess(value:String):voidassignTaskToParticipantProcess | propiedad |
assignTaskToParticipantProcess:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The process that overrides the default AssignTaskToParticipant process.
Implementación
public function get assignTaskToParticipantProcess():String public function set assignTaskToParticipantProcess(value:String):voidcalculatedEndDate | propiedad |
calculatedEndDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The endDate if a review has ended. Otherwise the expected end date.
Implementación
public function get calculatedEndDate():Date public function set calculatedEndDate(value:Date):voidcalculatedStartDate | propiedad |
calculatedStartDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The startDate if a review has started. Otherwise the expected start date.
Implementación
public function get calculatedStartDate():Date public function set calculatedStartDate(value:Date):voiddisposition | propiedad |
disposition:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store a custom status for the stage.
Implementación
public function get disposition():String public function set disposition(value:String):voidduration | propiedad |
duration:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The time period in duration unit after which this stage expires.
Implementación
public function get duration():int public function set duration(value:int):voidElementos de API relacionados
durationUnit | propiedad |
durationUnit:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The unit for the duration field.
Implementación
public function get durationUnit():String public function set durationUnit(value:String):voidElementos de API relacionados
endDate | propiedad |
endDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution ended.
Implementación
public function get endDate():Date public function set endDate(value:Date):voidid | propiedad |
moderators | propiedad |
moderators:IList [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Returns a list of moderators for this stage.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento stageParticpantChanged .
Implementación
public function get moderators():IListname | propiedad |
name:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of this stage.
Implementación
public function get name():String public function set name(value:String):voidnonExpiringStage | propiedad |
nonExpiringStage:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of a stage.
Implementación
public function get nonExpiringStage():Boolean public function set nonExpiringStage(value:Boolean):voidnonModeratorParticipant | propiedad |
nonModeratorParticipant:IList [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Returns a list of non-moderator participants (reviewers and approvers) for this stage.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento stageParticpantChanged .
Implementación
public function get nonModeratorParticipant():IListparticipants | propiedad |
participants:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of participants for this stage.
Implementación
public function get participants():IList public function set participants(value:IList):voidpostProcessHookName | propiedad |
postProcessHookName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the process that is executed after the start of this stage.
Implementación
public function get postProcessHookName():String public function set postProcessHookName(value:String):voidpreProcessHookName | propiedad |
preProcessHookName:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the process that is executed before the start of this stage.
Implementación
public function get preProcessHookName():String public function set preProcessHookName(value:String):voidreference | propiedad |
reference:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This Boolean value decides whether this stage is a reference to a stage template or not.
Implementación
public function get reference():Boolean public function set reference(value:Boolean):voidreminders | propiedad |
reminders:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of reminders associated with this stage.
Implementación
public function get reminders():IList public function set reminders(value:IList):voidrequiresInitiatorReview | propiedad |
requiresInitiatorReview:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get requiresInitiatorReview():Boolean public function set requiresInitiatorReview(value:Boolean):voidresolved | propiedad |
resolved:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get resolved():Boolean public function set resolved(value:Boolean):voidreviewContext | propiedad |
reviewContext:IReviewContext| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
Implementación
public function get reviewContext():IReviewContext public function set reviewContext(value:IReviewContext):voidElementos de API relacionados
signatureType | propiedad |
signatureType:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Type of signature required for an approval stage.
Implementación
public function get signatureType():String public function set signatureType(value:String):voidstageNo | propiedad |
stageNo:int| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Number of this stage within the schedule template.
Implementación
public function get stageNo():int public function set stageNo(value:int):voidstartDate | propiedad |
startDate:Date| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution started.
Implementación
public function get startDate():Date public function set startDate(value:Date):voidstatus | propiedad |
status:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Status of the stage.
Implementación
public function get status():String public function set status(value:String):voidElementos de API relacionados
taskType | propiedad |
taskType:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property determines the mechanism of task delivery to participants.
Implementación
public function get taskType():String public function set taskType(value:String):voidtype | propiedad |
type:String| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the type of the stage.
Implementación
public function get type():String public function set type(value:String):voidvo | propiedad |
vo:ReviewStageVO| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The Value Object for this stage.
Implementación
public function get vo():ReviewStageVO public function set vo(value:ReviewStageVO):voidwaitForExpiry | propiedad |
waitForExpiry:Boolean| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get waitForExpiry():Boolean public function set waitForExpiry(value:Boolean):voidaddParticipant | () | método |
public function addParticipant(participant:IStageParticipant):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Adds a participant at the end of the list of participants for this stage.
Parámetros
participant:IStageParticipant — Participant to be added to this stage.
|
Elementos de API relacionados
addParticipantAt | () | método |
public function addParticipantAt(participant:IStageParticipant, index:int):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Adds a participant at the end of the list of participants for this stage.
Parámetros
participant:IStageParticipant — Participant to be added to stage.
| |
index:int — Index at which this participant needs to be added.
|
calculateDates | () | método |
public function calculateDates():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Populates the calculatedStartDate and calculatedEndDate fields.
Elementos de API relacionados
calculateStageDuration | () | método |
public function calculateStageDuration():Number| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Calculates duration for this stage based on start and end dates.
Valor devueltoNumber — It returns the duration for this stage in milliseconds.
|
fetchStageDocument | () | método |
public function fetchStageDocument():mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Fetches original document for this stage.
Valor devueltomx.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 | () | método |
public function fetchStageDocumentWithComment():mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Fetches document for this stage in the current state.
Valor devueltomx.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 | () | método |
public function removeAllParticipants():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Removes all the participants in this stage.
removeParticipantAt | () | método |
public function removeParticipantAt(index:int):IStageParticipant| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Removes a participant at the index from the list of participants for this stage.
Parámetros
index:int — The index in the list of participants for the stage.
|
IStageParticipant — It returns the removed participant.
|
resolveStage | () | método |
public function resolveStage():mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Resolves the reference if this stage is a reference to a stage template.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
|
updateDurationAndSave | () | método |
public function updateDurationAndSave():mx.rpc:AsyncToken| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Updates the stage duration for this stage.
Valor devueltomx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
|
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas