Paket | com.adobe.livecycle.rca.model.constant |
Klasse | public class ReviewerStatus |
Vererbung | ReviewerStatus Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Methode | Definiert von | ||
---|---|---|---|
Provides values for the status property of a reviewer. | ReviewerStatus | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [statisch] Specifies the reviewer status when the reviewer has sent the task back to
the initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [statisch] Specifies the reviewer status when the reviewer has completed the task. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [statisch] Specifies the reviewer status when the reviewer has declined the task. | ReviewerStatus | ||
PENDING : String = "PENDING" [statisch] Specifies the reviewer status when the task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [statisch] Specifies the reviewer status when the reviewer has rejected the task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [statisch] Specifies the reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [statisch] Specifies the reviewer status when the review stage is complete but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [statisch] A utility array of all possible values for the status of an approver. | ReviewerStatus |
ReviewerStatus | () | Konstruktor |
public function ReviewerStatus()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of a reviewer.
Verwandte API-Elemente
CHANGES_REQUIRED | Konstante |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const COMPLETED:String = "COMPLETED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const DECLINED:String = "DECLINED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const PENDING:String = "PENDING"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const REJECTED:String = "REJECTED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const REMOVED:String = "REMOVED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the reviewer status when the reviewer has been removed from the stage.
TERMINATED | Konstante |
public static const TERMINATED:String = "TERMINATED"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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, 10:04 AM Z