Pakket | com.adobe.solutions.rca.constant |
Klasse | public class CreatedAtType |
Overerving | CreatedAtType ![]() |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
CreatedAtType
Enum.
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for CreatedAtType class. | CreatedAtType | ||
![]() |
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 | ||
---|---|---|---|
INITIATION : String = "INITIATION" [statisch]
The value specifies that the participant was added during review initiation. | CreatedAtType | ||
TEMPLATE_CREATION : String = "TEMPLATE_CREATION" [statisch]
The value specifies that the participant was added during template creation. | CreatedAtType | ||
TYPES : Array [statisch]
Utility array of all possible values for createdAt property. | CreatedAtType | ||
UPDATES : String = "UPDATES" [statisch]
The value specifies that the participant was added to a running review, via addReview or addApprover API. | CreatedAtType |
Constructordetails
CreatedAtType | () | Constructor |
public function CreatedAtType()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for CreatedAtType
class.
The CreatedAtType
class provides values for the createdAt
property of a participant.
The createdAt
property is used to track the phase during which the participant was added to review.
Verwante API-elementen
Constantedetails
INITIATION | Constante |
public static const INITIATION:String = "INITIATION"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the participant was added during review initiation.
TEMPLATE_CREATION | Constante |
public static const TEMPLATE_CREATION:String = "TEMPLATE_CREATION"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the participant was added during template creation.
TYPES | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for createdAt
property.
UPDATES | Constante |
public static const UPDATES:String = "UPDATES"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the participant was added to a running review, via addReview
or addApprover
API.
Wed Jun 13 2018, 11:42 AM Z