Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class CreatedAtType |
Ereditarietà | CreatedAtType ![]() |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
CreatedAtType
Enum.
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for CreatedAtType class. | CreatedAtType | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
INITIATION : String = "INITIATION" [statico]
The value specifies that the participant was added during review initiation. | CreatedAtType | ||
TEMPLATE_CREATION : String = "TEMPLATE_CREATION" [statico]
The value specifies that the participant was added during template creation. | CreatedAtType | ||
TYPES : Array [statico]
Utility array of all possible values for createdAt property. | CreatedAtType | ||
UPDATES : String = "UPDATES" [statico]
The value specifies that the participant was added to a running review, via addReview or addApprover API. | CreatedAtType |
Descrizione della funzione di costruzione
CreatedAtType | () | Funzione di costruzione |
public function CreatedAtType()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | 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.
Elementi API correlati
Descrizione delle costanti
INITIATION | Costante |
public static const INITIATION:String = "INITIATION"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the participant was added during review initiation.
TEMPLATE_CREATION | Costante |
public static const TEMPLATE_CREATION:String = "TEMPLATE_CREATION"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the participant was added during template creation.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for createdAt
property.
UPDATES | Costante |
public static const UPDATES:String = "UPDATES"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the participant was added to a running review, via addReview
or addApprover
API.
Tue Jun 12 2018, 02:44 PM Z