Pakket | com.adobe.solutions.rca.constant |
Klasse | public class RCAPermission |
Overerving | RCAPermission Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
RCAPermission
Enum.
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | RCAPermission | ||
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 | ||
---|---|---|---|
RCA_INITIATE_REVIEW : String = "RCA_INITIATE_REVIEW" [statisch]
The permission required to initiate a review. | RCAPermission | ||
RCA_TEMPLATE_READ : String = "RCA_TEMPLATE_READ" [statisch]
The permission required to read a review template. | RCAPermission | ||
RCA_TEMPLATE_WRITE : String = "RCA_TEMPLATE_WRITE" [statisch]
The permission required to write or update a review template. | RCAPermission |
Constructordetails
RCAPermission | () | Constructor |
public function RCAPermission()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Constructor.
The RCAPermission
class provides values for the different permissions defined to Review Commenting and Approval users.
Constantedetails
RCA_INITIATE_REVIEW | Constante |
public static const RCA_INITIATE_REVIEW:String = "RCA_INITIATE_REVIEW"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The permission required to initiate a review.
RCA_TEMPLATE_READ | Constante |
public static const RCA_TEMPLATE_READ:String = "RCA_TEMPLATE_READ"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The permission required to read a review template.
RCA_TEMPLATE_WRITE | Constante |
public static const RCA_TEMPLATE_WRITE:String = "RCA_TEMPLATE_WRITE"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The permission required to write or update a review template.
Wed Jun 13 2018, 11:42 AM Z