| Pakiet | com.adobe.solutions.rca.vo |
| Klasa | public class ReviewStageVO |
| Dziedziczenie | ReviewStageVO NamedVO BaseVO Object |
| Podklasy | StageTemplateVO |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
The constructor for ReviewStageVO class. | ReviewStageVO | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
additionalMetadata | właściwość |
additionalMetadata:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store additional metadata, while extending the application.
Implementacja
public function get additionalMetadata():String public function set additionalMetadata(value:String):voidassignTaskToInitiatorProcess | właściwość |
assignTaskToInitiatorProcess:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToInitiator process.
Implementacja
public function get assignTaskToInitiatorProcess():String public function set assignTaskToInitiatorProcess(value:String):voidassignTaskToParticipantProcess | właściwość |
assignTaskToParticipantProcess:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Process that can be used to override the default AssignTaskToParticipant process.
Implementacja
public function get assignTaskToParticipantProcess():String public function set assignTaskToParticipantProcess(value:String):voiddisposition | właściwość |
disposition:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property can be used to store custom status for the stage.
Implementacja
public function get disposition():String public function set disposition(value:String):voidduration | właściwość |
duration:int| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Duration determines the time period after which a stage expires.
Implementacja
public function get duration():int public function set duration(value:int):voiddurationUnit | właściwość |
durationUnit:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Duration unit determines the unit for duration field.
Implementacja
public function get durationUnit():String public function set durationUnit(value:String):voidendDate | właściwość |
endDate:Date| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution ended.
Implementacja
public function get endDate():Date public function set endDate(value:Date):voidname | właściwość |
nonExpiringStage | właściwość |
nonExpiringStage:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This Boolean flag determines the post-expiry behaviour of the stage.
Implementacja
public function get nonExpiringStage():Boolean public function set nonExpiringStage(value:Boolean):voidparticipants | właściwość |
participants:IList| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of participants for this stage.
Implementacja
public function get participants():IList public function set participants(value:IList):voidpostProcessHookName | właściwość |
postProcessHookName:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Post-process hook is a process that is executed after a stage ends.
Implementacja
public function get postProcessHookName():String public function set postProcessHookName(value:String):voidpreProcessHookName | właściwość |
preProcessHookName:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Pre-process hook is a process that is executed before the start of a stage.
Implementacja
public function get preProcessHookName():String public function set preProcessHookName(value:String):voidreference | właściwość |
reference:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
A Boolean flag to indicate whether this stage is a reference to a stage template or not.
Implementacja
public function get reference():Boolean public function set reference(value:Boolean):voidreminders | właściwość |
reminders:IList| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property holds the collection of reminders associated with this stage.
Implementacja
public function get reminders():IList public function set reminders(value:IList):voidrequiresInitiatorReview | właściwość |
requiresInitiatorReview:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get requiresInitiatorReview():Boolean public function set requiresInitiatorReview(value:Boolean):voidresolved | właściwość |
resolved:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get resolved():Boolean public function set resolved(value:Boolean):voidreviewContext | właściwość |
reviewContext:ReviewContextVO| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Review context object for this review stage.
Implementacja
public function get reviewContext():ReviewContextVO public function set reviewContext(value:ReviewContextVO):voidsignatureType | właściwość |
signatureType:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Type of digital signature required for an approval stage.
Implementacja
public function get signatureType():String public function set signatureType(value:String):voidstageNo | właściwość |
stageNo:int| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Number of stage in the schedule. The first stage is numbered one.
Implementacja
public function get stageNo():int public function set stageNo(value:int):voidstartDate | właściwość |
startDate:Date| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Date on which the stage execution started.
Implementacja
public function get startDate():Date public function set startDate(value:Date):voidstatus | właściwość |
taskType | właściwość |
taskType:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property determines the mechanism of task delivery to participants.
Implementacja
public function get taskType():String public function set taskType(value:String):voidtype | właściwość |
type:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This property defines the type of the stage.
Implementacja
public function get type():String public function set type(value:String):voidPowiązane elementy interfejsu API
waitForExpiry | właściwość |
waitForExpiry:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get waitForExpiry():Boolean public function set waitForExpiry(value:Boolean):voidReviewStageVO | () | Konstruktor |
public function ReviewStageVO()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewStageVO class.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne