Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class StageStatus |
Dziedziczenie | StageStatus ![]() |
Podklasy | LocalizedStageStatus |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
StageStatus
Enum.
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for StageStatus class. | StageStatus | ||
![]() |
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 |
Stała | Zdefiniowane przez | ||
---|---|---|---|
APPROVED : String = "APPROVED" [statyczny]
APPROVED status means the stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [statyczny]
COMPLETED status means the stage is over. | StageStatus | ||
DELAYED : String = "DELAYED" [statyczny]
DELAYED status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired. | StageStatus | ||
EXPIRED : String = "EXPIRED" [statyczny]
EXPIRED status means the stage was not completed within the stage duration. | StageStatus | ||
ONGOING : String = "ONGOING" [statyczny]
ONGOING status means the stage is currently in progress. | StageStatus | ||
PENDING : String = "PENDING" [statyczny]
PENDING status means the stage has not been reached as yet. | StageStatus | ||
REJECTED : String = "REJECTED" [statyczny]
REJECTED status means the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [statyczny]
REVISED status means the stage has been revised by moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [statyczny]
REVOKED status means the review has been revoked by moderator or initiator. | StageStatus | ||
TYPES : Array [statyczny]
Utility array containing all the valid values of StageStatus. | StageStatus |
StageStatus | () | Konstruktor |
public function StageStatus()
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 StageStatus
class.
The StageStatus class provides values for the status property of Stage.
Powiązane elementy interfejsu API
APPROVED | Stała |
public static const APPROVED:String = "APPROVED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
APPROVED
status means the stage is over. This status is set when all the approvers have marked their tasks approved in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
COMPLETED | Stała |
public static const COMPLETED:String = "COMPLETED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status means the stage is over. This status is set on successful completion of a review stage.
Update operations like add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
DELAYED | Stała |
public static const DELAYED:String = "DELAYED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
DELAYED
status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired.
EXPIRED | Stała |
public static const EXPIRED:String = "EXPIRED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
EXPIRED
status means the stage was not completed within the stage duration.
This status is set if one or more of mandatory reviewers are remaining for a review stage or one or more approvers have not completed their task in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
ONGOING | Stała |
public static const ONGOING:String = "ONGOING"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
ONGOING
status means the stage is currently in progress.
Update operations like add or remove, an approver or a reviewer, updateStageDuration
can be performed in this state.
PENDING | Stała |
public static const PENDING:String = "PENDING"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
PENDING
status means the stage has not been reached as yet.
Update operations like add or remove an approver or a reviewer, updateStageDuration
can be performed in this state.
REJECTED | Stała |
public static const REJECTED:String = "REJECTED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
REJECTED
status means the stage is over. This status is set one of the approvers have marked their tasks rejected in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
REVISED | Stała |
public static const REVISED:String = "REVISED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
REVISED
status means the stage has been revised by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can be performed in this state.
REVOKED | Stała |
public static const REVOKED:String = "REVOKED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
REVOKED
status means the review has been revoked by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
TYPES | Stała |
public static const TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of StageStatus
.
Tue Jun 12 2018, 12:06 PM Z