Package | com.adobe.solutions.rca.constant |
Classe | public class AuthorStatus |
Héritage | AuthorStatus Object |
Sous-classes | LocalizedAuthorStatus |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
AuthorStatus
Enum.
Méthode | Défini par | ||
---|---|---|---|
The constructor for AuthorStatus class. | AuthorStatus | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
APPROVED_BY_INITIATOR : String = "APPROVED_BY_INITIATOR" [statique]
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | AuthorStatus | ||
COMPLETED : String = "COMPLETED" [statique]
COMPLETED status implies that author has completed the creation task. | AuthorStatus | ||
DECLINE : String = "DECLINE" [statique]
DECLINE status implies that task has been declined by the author. | AuthorStatus | ||
PENDING : String = "PENDING" [statique]
PENDING status implies that the task is waiting for action in the queue of the author. | AuthorStatus | ||
TERMINATED : String = "TERMINATED" [statique]
TERMINATED status implies that task has been terminated. | AuthorStatus | ||
TYPES : Array [statique]
Utility array containing all the valid values of author status. | AuthorStatus | ||
UNDER_REVIEW : String = "UNDER_REVIEW" [statique]
UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator. | AuthorStatus |
AuthorStatus | () | Constructeur |
public function AuthorStatus()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuthorStatus
class.
Eléments de l’API associés
APPROVED_BY_INITIATOR | Constante |
public static const APPROVED_BY_INITIATOR:String = "APPROVED_BY_INITIATOR"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
APPROVED_BY_INITIATOR
implies that content submitted by author has been approved by initiator.
Eléments de l’API associés
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status implies that author has completed the creation task.
DECLINE | Constante |
public static const DECLINE:String = "DECLINE"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
DECLINE
status implies that task has been declined by the author.
PENDING | Constante |
public static const PENDING:String = "PENDING"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
PENDING
status implies that the task is waiting for action in the queue of the author.
TERMINATED | Constante |
public static const TERMINATED:String = "TERMINATED"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
TERMINATED
status implies that task has been terminated.
TYPES | Constante |
public static const TYPES:Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of author status.
UNDER_REVIEW | Constante |
public static const UNDER_REVIEW:String = "UNDER_REVIEW"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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.
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z