Paket | com.adobe.solutions.rca.constant |
Klasse | public class ReviewCommentVisibility |
Vererbung | ReviewCommentVisibility Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
ReviewCommentVisibility
Enum.
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for ReviewCommentVisibility class. | ReviewCommentVisibility | ||
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 |
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
INTER_STAGE : String = "INTER_STAGE" [statisch]
Comments are shared across multiple stages. | ReviewCommentVisibility | ||
ONLY_INTRA_STAGE : String = "ONLY_INTRA_STAGE" [statisch]
Comments of two stages are hidden from each other. | ReviewCommentVisibility | ||
TYPES : Array [statisch]
Utility array containg all the valid values of ReviewType. | ReviewCommentVisibility |
Konstruktordetails
ReviewCommentVisibility | () | Konstruktor |
public function ReviewCommentVisibility()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewCommentVisibility
class.
The ReviewCommentVisibility
class provides values for the commentVisibility
property of ReviewContext
.
The property determines the behaviour of the comments in across review stages.
Verwandte API-Elemente
Konstantendetails
INTER_STAGE | Konstante |
public static const INTER_STAGE:String = "INTER_STAGE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Comments are shared across multiple stages.
ONLY_INTRA_STAGE | Konstante |
public static const ONLY_INTRA_STAGE:String = "ONLY_INTRA_STAGE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Comments of two stages are hidden from each other.
TYPES | Konstante |
public static const TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of ReviewType
.
Tue Jun 12 2018, 10:04 AM Z