Pacchetto | com.adobe.solutions.rca.constant |
Classe | public class AuthorStatus |
Ereditarietà | AuthorStatus Object |
Sottoclassi | LocalizedAuthorStatus |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
AuthorStatus
Enum.
Metodo | Definito da | ||
---|---|---|---|
The constructor for AuthorStatus class. | AuthorStatus | ||
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 |
Costante | Definito da | ||
---|---|---|---|
APPROVED_BY_INITIATOR : String = "APPROVED_BY_INITIATOR" [statico]
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | AuthorStatus | ||
COMPLETED : String = "COMPLETED" [statico]
COMPLETED status implies that author has completed the creation task. | AuthorStatus | ||
DECLINE : String = "DECLINE" [statico]
DECLINE status implies that task has been declined by the author. | AuthorStatus | ||
PENDING : String = "PENDING" [statico]
PENDING status implies that the task is waiting for action in the queue of the author. | AuthorStatus | ||
TERMINATED : String = "TERMINATED" [statico]
TERMINATED status implies that task has been terminated. | AuthorStatus | ||
TYPES : Array [statico]
Utility array containing all the valid values of author status. | AuthorStatus | ||
UNDER_REVIEW : String = "UNDER_REVIEW" [statico]
UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator. | AuthorStatus |
AuthorStatus | () | Funzione di costruzione |
public function AuthorStatus()
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 AuthorStatus
class.
Elementi API correlati
APPROVED_BY_INITIATOR | Costante |
public static const APPROVED_BY_INITIATOR:String = "APPROVED_BY_INITIATOR"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
APPROVED_BY_INITIATOR
implies that content submitted by author has been approved by initiator.
Elementi API correlati
COMPLETED | Costante |
public static const COMPLETED:String = "COMPLETED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status implies that author has completed the creation task.
DECLINE | Costante |
public static const DECLINE:String = "DECLINE"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
DECLINE
status implies that task has been declined by the author.
PENDING | Costante |
public static const PENDING:String = "PENDING"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
PENDING
status implies that the task is waiting for action in the queue of the author.
TERMINATED | Costante |
public static const TERMINATED:String = "TERMINATED"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
TERMINATED
status implies that task has been terminated.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of author status.
UNDER_REVIEW | Costante |
public static const UNDER_REVIEW:String = "UNDER_REVIEW"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
UNDER_REVIEW
status implies that task has been submitted by tha author and is currently reviewed by workflow initiator.
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z