| Paket | com.adobe.solutions.rca.vo |
| Klass | public class ReviewStageVO |
| Arv | ReviewStageVO NamedVO BaseVO Object |
| Underklasser | StageTemplateVO |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 | ||
| Metod | Definieras med | ||
|---|---|---|---|
The constructor for ReviewStageVO class. | ReviewStageVO | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
additionalMetadata | egenskap |
additionalMetadata:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementering
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidassignTaskToInitiatorProcess | egenskap |
assignTaskToInitiatorProcess:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToInitiator process.
Implementering
public function get assignTaskToInitiatorProcess():String public function set assignTaskToInitiatorProcess(value:String):voidassignTaskToParticipantProcess | egenskap |
assignTaskToParticipantProcess:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToParticipant process.
Implementering
public function get assignTaskToParticipantProcess():String public function set assignTaskToParticipantProcess(value:String):voiddisposition | egenskap |
disposition:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store custom status for the stage.
Implementering
public function get disposition():String public function set disposition(value:String):voidduration | egenskap |
duration:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Duration determines the time period after which a stage expires.
Implementering
public function get duration():int public function set duration(value:int):voiddurationUnit | egenskap |
durationUnit:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Duration unit determines the unit for duration field.
Implementering
public function get durationUnit():String public function set durationUnit(value:String):voidendDate | egenskap |
endDate:Date| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution ended.
Implementering
public function get endDate():Date public function set endDate(value:Date):voidname | egenskap |
nonExpiringStage | egenskap |
nonExpiringStage:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of the stage.
Implementering
public function get nonExpiringStage():Boolean public function set nonExpiringStage(value:Boolean):voidparticipants | egenskap |
participants:IList| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of participants for this stage.
Implementering
public function get participants():IList public function set participants(value:IList):voidpostProcessHookName | egenskap |
postProcessHookName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Post-process hook is a process that is executed after a stage ends.
Implementering
public function get postProcessHookName():String public function set postProcessHookName(value:String):voidpreProcessHookName | egenskap |
preProcessHookName:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Pre-process hook is a process that is executed before the start of a stage.
Implementering
public function get preProcessHookName():String public function set preProcessHookName(value:String):voidreference | egenskap |
reference:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this stage is a reference to a stage template or not.
Implementering
public function get reference():Boolean public function set reference(value:Boolean):voidreminders | egenskap |
reminders:IList| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of reminders associated with this stage.
Implementering
public function get reminders():IList public function set reminders(value:IList):voidrequiresInitiatorReview | egenskap |
requiresInitiatorReview:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get requiresInitiatorReview():Boolean public function set requiresInitiatorReview(value:Boolean):voidresolved | egenskap |
resolved:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get resolved():Boolean public function set resolved(value:Boolean):voidreviewContext | egenskap |
reviewContext:ReviewContextVO| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
Implementering
public function get reviewContext():ReviewContextVO public function set reviewContext(value:ReviewContextVO):voidsignatureType | egenskap |
signatureType:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Type of digital signature required for an approval stage.
Implementering
public function get signatureType():String public function set signatureType(value:String):voidstageNo | egenskap |
stageNo:int| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Number of stage in the schedule. The first stage is numbered one.
Implementering
public function get stageNo():int public function set stageNo(value:int):voidstartDate | egenskap |
startDate:Date| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution started.
Implementering
public function get startDate():Date public function set startDate(value:Date):voidstatus | egenskap |
taskType | egenskap |
taskType:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property determines the mechanism of task delivery to participants.
Implementering
public function get taskType():String public function set taskType(value:String):voidtype | egenskap |
type:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This property defines the type of the stage.
Implementering
public function get type():String public function set type(value:String):voidRelaterade API-element
waitForExpiry | egenskap |
waitForExpiry:Boolean| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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.
Implementering
public function get waitForExpiry():Boolean public function set waitForExpiry(value:Boolean):voidReviewStageVO | () | Konstruktor |
public function ReviewStageVO()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStageVO class.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper