Package | lc.procmgmt.commands |
Classe | public class EditDescriptionCommand |
Héritage | EditDescriptionCommand TaskCommand Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand
class sets a new description for a task.
Eléments de l’API associés
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
description : String
The new description for the task. | EditDescriptionCommand | ||
name : String [lecture seule]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[override]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
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 |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
NAME : String = "EditDescription" [statique]
The name of the EditDescriptionCommand command. | EditDescriptionCommand |
Détails de la propriété
description | propriété |
public var description:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Détails du constructeur
EditDescriptionCommand | () | Constructeur |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Paramètrestask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null ) — Specifies the string value the new description.
|
Détails de la méthode
execute | () | méthode |
override public function execute():lc.foundation.util:Token
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the description of the task by executing the setDescription
method from
the Task
object.
lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Eléments de l’API associés
Détails de la constante
NAME | Constante |
public static const NAME:String = "EditDescription"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand
command.
Tue Jun 12 2018, 09:30 AM Z