| Pacote | com.adobe.solutions.rca.vo |
| Classe | public class ReviewStageVO |
| Herança | ReviewStageVO NamedVO BaseVO Object |
| Subclasses | StageTemplateVO |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
| Propriedade | Definido por | ||
|---|---|---|---|
| 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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 | ||
| Método | Definido por | ||
|---|---|---|---|
The constructor for ReviewStageVO class. | ReviewStageVO | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
additionalMetadata | propriedade |
additionalMetadata:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementação
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidassignTaskToInitiatorProcess | propriedade |
assignTaskToInitiatorProcess:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToInitiator process.
Implementação
public function get assignTaskToInitiatorProcess():String public function set assignTaskToInitiatorProcess(value:String):voidassignTaskToParticipantProcess | propriedade |
assignTaskToParticipantProcess:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToParticipant process.
Implementação
public function get assignTaskToParticipantProcess():String public function set assignTaskToParticipantProcess(value:String):voiddisposition | propriedade |
disposition:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store custom status for the stage.
Implementação
public function get disposition():String public function set disposition(value:String):voidduration | propriedade |
duration:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Duration determines the time period after which a stage expires.
Implementação
public function get duration():int public function set duration(value:int):voiddurationUnit | propriedade |
durationUnit:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Duration unit determines the unit for duration field.
Implementação
public function get durationUnit():String public function set durationUnit(value:String):voidendDate | propriedade |
endDate:Date| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution ended.
Implementação
public function get endDate():Date public function set endDate(value:Date):voidname | propriedade |
nonExpiringStage | propriedade |
nonExpiringStage:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of the stage.
Implementação
public function get nonExpiringStage():Boolean public function set nonExpiringStage(value:Boolean):voidparticipants | propriedade |
participants:IList| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of participants for this stage.
Implementação
public function get participants():IList public function set participants(value:IList):voidpostProcessHookName | propriedade |
postProcessHookName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Post-process hook is a process that is executed after a stage ends.
Implementação
public function get postProcessHookName():String public function set postProcessHookName(value:String):voidpreProcessHookName | propriedade |
preProcessHookName:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Pre-process hook is a process that is executed before the start of a stage.
Implementação
public function get preProcessHookName():String public function set preProcessHookName(value:String):voidreference | propriedade |
reference:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this stage is a reference to a stage template or not.
Implementação
public function get reference():Boolean public function set reference(value:Boolean):voidreminders | propriedade |
reminders:IList| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of reminders associated with this stage.
Implementação
public function get reminders():IList public function set reminders(value:IList):voidrequiresInitiatorReview | propriedade |
requiresInitiatorReview:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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.
Implementação
public function get requiresInitiatorReview():Boolean public function set requiresInitiatorReview(value:Boolean):voidresolved | propriedade |
resolved:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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.
Implementação
public function get resolved():Boolean public function set resolved(value:Boolean):voidreviewContext | propriedade |
reviewContext:ReviewContextVO| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
Implementação
public function get reviewContext():ReviewContextVO public function set reviewContext(value:ReviewContextVO):voidsignatureType | propriedade |
signatureType:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Type of digital signature required for an approval stage.
Implementação
public function get signatureType():String public function set signatureType(value:String):voidstageNo | propriedade |
stageNo:int| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Number of stage in the schedule. The first stage is numbered one.
Implementação
public function get stageNo():int public function set stageNo(value:int):voidstartDate | propriedade |
startDate:Date| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution started.
Implementação
public function get startDate():Date public function set startDate(value:Date):voidstatus | propriedade |
taskType | propriedade |
taskType:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property determines the mechanism of task delivery to participants.
Implementação
public function get taskType():String public function set taskType(value:String):voidtype | propriedade |
type:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property defines the type of the stage.
Implementação
public function get type():String public function set type(value:String):voidElementos da API relacionados
waitForExpiry | propriedade |
waitForExpiry:Boolean| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | 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.
Implementação
public function get waitForExpiry():Boolean public function set waitForExpiry(value:Boolean):voidReviewStageVO | () | Construtor |
public function ReviewStageVO()| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStageVO class.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas