Pakket | com.adobe.solutions.rca.constant |
Klasse | public class ReviewCommentVisibility |
Overerving | ReviewCommentVisibility Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
ReviewCommentVisibility
Enum.
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for ReviewCommentVisibility class. | ReviewCommentVisibility | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
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 |
Constructordetails
ReviewCommentVisibility | () | Constructor |
public function ReviewCommentVisibility()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Verwante API-elementen
Constantedetails
INTER_STAGE | Constante |
public static const INTER_STAGE:String = "INTER_STAGE"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Comments are shared across multiple stages.
ONLY_INTRA_STAGE | Constante |
public static const ONLY_INTRA_STAGE:String = "ONLY_INTRA_STAGE"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Comments of two stages are hidden from each other.
TYPES | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of ReviewType
.
Wed Jun 13 2018, 11:42 AM Z