Pacchetto | com.adobe.solutions.rca.vo |
Classe | public class ReviewStageVO |
Ereditarietà | ReviewStageVO ![]() ![]() ![]() |
Sottoclassi | StageTemplateVO |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodo | Definito da | ||
---|---|---|---|
The constructor for ReviewStageVO class. | ReviewStageVO | ||
![]() |
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 | |
![]() |
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 | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object |
additionalMetadata | proprietà |
additionalMetadata:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementazione
public function get additionalMetadata():String
public function set additionalMetadata(value:String):void
assignTaskToInitiatorProcess | proprietà |
assignTaskToInitiatorProcess:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToInitiator
process.
Implementazione
public function get assignTaskToInitiatorProcess():String
public function set assignTaskToInitiatorProcess(value:String):void
assignTaskToParticipantProcess | proprietà |
assignTaskToParticipantProcess:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToParticipant
process.
Implementazione
public function get assignTaskToParticipantProcess():String
public function set assignTaskToParticipantProcess(value:String):void
disposition | proprietà |
disposition:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store custom status for the stage.
Implementazione
public function get disposition():String
public function set disposition(value:String):void
duration | proprietà |
duration:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Duration determines the time period after which a stage expires.
Implementazione
public function get duration():int
public function set duration(value:int):void
durationUnit | proprietà |
durationUnit:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Duration unit determines the unit for duration field.
Implementazione
public function get durationUnit():String
public function set durationUnit(value:String):void
endDate | proprietà |
endDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution ended.
Implementazione
public function get endDate():Date
public function set endDate(value:Date):void
name | proprietà |
nonExpiringStage | proprietà |
nonExpiringStage:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of the stage.
Implementazione
public function get nonExpiringStage():Boolean
public function set nonExpiringStage(value:Boolean):void
participants | proprietà |
participants:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of participants for this stage.
Implementazione
public function get participants():IList
public function set participants(value:IList):void
postProcessHookName | proprietà |
postProcessHookName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Post-process hook is a process that is executed after a stage ends.
Implementazione
public function get postProcessHookName():String
public function set postProcessHookName(value:String):void
preProcessHookName | proprietà |
preProcessHookName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Pre-process hook is a process that is executed before the start of a stage.
Implementazione
public function get preProcessHookName():String
public function set preProcessHookName(value:String):void
reference | proprietà |
reference: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 flag to indicate whether this stage is a reference to a stage template or not.
Implementazione
public function get reference():Boolean
public function set reference(value:Boolean):void
reminders | proprietà |
reminders:IList
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of reminders associated with this stage.
Implementazione
public function get reminders():IList
public function set reminders(value:IList):void
requiresInitiatorReview | proprietà |
requiresInitiatorReview: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 flag to indicate whether an initiator review is required in a creation stage, after a collateral is produced, or not.
Implementazione
public function get requiresInitiatorReview():Boolean
public function set requiresInitiatorReview(value:Boolean):void
resolved | proprietà |
resolved:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni 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.
Implementazione
public function get resolved():Boolean
public function set resolved(value:Boolean):void
reviewContext | proprietà |
reviewContext:ReviewContextVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
Implementazione
public function get reviewContext():ReviewContextVO
public function set reviewContext(value:ReviewContextVO):void
signatureType | proprietà |
signatureType:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Type of digital signature required for an approval stage.
Implementazione
public function get signatureType():String
public function set signatureType(value:String):void
stageNo | proprietà |
stageNo:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Number of stage in the schedule. The first stage is numbered one.
Implementazione
public function get stageNo():int
public function set stageNo(value:int):void
startDate | proprietà |
startDate:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution started.
Implementazione
public function get startDate():Date
public function set startDate(value:Date):void
status | proprietà |
taskType | proprietà |
taskType:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property determines the mechanism of task delivery to participants.
Implementazione
public function get taskType():String
public function set taskType(value:String):void
type | proprietà |
type:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This property defines the type of the stage.
Implementazione
public function get type():String
public function set type(value:String):void
Elementi API correlati
waitForExpiry | proprietà |
waitForExpiry:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni 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.
Implementazione
public function get waitForExpiry():Boolean
public function set waitForExpiry(value:Boolean):void
ReviewStageVO | () | Funzione di costruzione |
public function ReviewStageVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStageVO
class.
Tue Jun 12 2018, 02:44 PM Z