Pakket | com.adobe.livecycle.rca.model.constant |
Klasse | public class CreatedAtType |
Overerving | CreatedAtType Object |
Vervangen vanaf Review, Commenting, and Approval 10: Gebruik com.adobe.solutions.rca.constant.CreatedAtType
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Provides values for the createdAt property of a participant. | 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] Specifies that the participant was added when the review was initiated. | CreatedAtType | ||
TEMPLATE_CREATION : String = "TEMPLATE_CREATION" [statisch]
Specifies that the participant was added during template creation. | CreatedAtType | ||
TYPES : Array [statisch] Utility array of all possible values for the createdAt property. | CreatedAtType | ||
UPDATES : String = "UPDATES" [statisch] Specifies that the participant was added to a review using the addReview or addApprover API. | CreatedAtType |
Constructordetails
CreatedAtType | () | Constructor |
public function CreatedAtType()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the createdAt
property of a participant.
The createdAt
property is used to track when the participant was added to a review.
Verwante API-elementen
Constantedetails
INITIATION | Constante |
public static const INITIATION:String = "INITIATION"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the participant was added when the review was initiated.
TEMPLATE_CREATION | Constante |
public static const TEMPLATE_CREATION:String = "TEMPLATE_CREATION"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
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 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Utility array of all possible values for the createdAt
property.
UPDATES | Constante |
public static const UPDATES:String = "UPDATES"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the participant was added to a review using the addReview or addApprover API.
Wed Jun 13 2018, 11:42 AM Z