Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class ReviewerStatus |
Dziedziczenie | ReviewerStatus Object |
Podklasy | LocalizedReviewerStatus |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for ReviewerStatus class. | ReviewerStatus | ||
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 | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [statyczny]
The reviewer status when the document or a task has been marked back to initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [statyczny]
The reviewer status when the document or a task has been completed by the reviewer. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [statyczny]
The reviewer status when the document or a task has been declined by reviewer. | ReviewerStatus | ||
PENDING : String = "PENDING" [statyczny]
The reviewer status when the document or a task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [statyczny]
The reviewer status when the reviewer has rejected the document or a task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [statyczny]
The reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [statyczny]
The reviewer status when the stage is completed but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [statyczny]
Utility array of all possible status for an approver. | ReviewerStatus |
ReviewerStatus | () | Konstruktor |
public function ReviewerStatus()
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 ReviewerStatus
class.
The ReviewerStatus class provides values for the status property of an reviewer.
Powiązane elementy interfejsu API
CHANGES_REQUIRED | Stała |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
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 reviewer status when the document or a task has been marked back to initiator for changes.
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) |
The reviewer status when the document or a task has been completed by the reviewer.
DECLINED | Stała |
public static const DECLINED:String = "DECLINED"
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 reviewer status when the document or a task has been declined by reviewer.
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) |
The reviewer status when the document or a task is pending.
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) |
The reviewer status when the reviewer has rejected the document or a task.
REMOVED | Stała |
public static const REMOVED:String = "REMOVED"
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 reviewer status when the reviewer has been removed from the stage.
TERMINATED | Stała |
public static const TERMINATED:String = "TERMINATED"
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 reviewer status when the stage is completed but the reviewer has not completed the task. This happens if the reviewer is an optional reviewer.
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 of all possible status for an approver.
Tue Jun 12 2018, 12:06 PM Z