Pakiet | com.adobe.livecycle.rca.model.constant |
Klasa | public class ReviewerStatus |
Dziedziczenie | ReviewerStatus Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Provides values for the status property of a reviewer. | 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] Specifies the reviewer status when the reviewer has sent the task back to
the initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [statyczny] Specifies the reviewer status when the reviewer has completed the task. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [statyczny] Specifies the reviewer status when the reviewer has declined the task. | ReviewerStatus | ||
PENDING : String = "PENDING" [statyczny] Specifies the reviewer status when the task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [statyczny] Specifies the reviewer status when the reviewer has rejected the task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [statyczny] Specifies the reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [statyczny] Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [statyczny] A utility array of all possible values for the status of an approver. | ReviewerStatus |
ReviewerStatus | () | Konstruktor |
public function ReviewerStatus()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of a 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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has sent the task back to the initiator for changes. When the task is sent back for changes, it indicates that the review document has been sent back 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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has completed the task. When a task is complete, it indicates the document review is complete.
DECLINED | Stała |
public static const DECLINED:String = "DECLINED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has declined the task. When the task is declined, it indicates that the reviewer has declined the document review.
PENDING | Stała |
public static const PENDING:String = "PENDING"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the task is pending. A pending task indicates that a document is awaiting review.
REJECTED | Stała |
public static const REJECTED:String = "REJECTED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has rejected the task. When a task is rejected, it indicates that the reviewer has rejected the document.
REMOVED | Stała |
public static const REMOVED:String = "REMOVED"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies 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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. When a task is terminated, it indicates that the reviewer did not review the document before the stage was complete. Used only 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 9.5 |
Wersje środowiska wykonawczego: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the status of an approver.
Tue Jun 12 2018, 12:06 PM Z