| Paket | lc.procmgmt.commands |
| Klasse | public class EditDescriptionCommand |
| Vererbung | EditDescriptionCommand TaskCommand Object |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand class sets a new description for a task.
Verwandte API-Elemente
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
![]() | constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | |
| description : String
The new description for the task. | EditDescriptionCommand | ||
![]() | name : String [schreibgeschützt]
The name of the command for the task. | TaskCommand | |
![]() | task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | |
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[override]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
![]() |
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | |
![]() |
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | |
![]() |
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | |
![]() |
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | |
![]() |
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | |
![]() |
Gibt das angegebene Objekt als String zurück. | Object | |
![]() |
Gibt den Grundwert des angegebenen Objekts zurück. | Object | |
Öffentliche Konstanten
| Konstante | Definiert von | ||
|---|---|---|---|
| NAME : String = "EditDescription" [statisch]
The name of the EditDescriptionCommand command. | EditDescriptionCommand | ||
Eigenschaftendetails
description | Eigenschaft |
public var description:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Konstruktordetails
EditDescriptionCommand | () | Konstruktor |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametertask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null) — Specifies the string value the new description.
|
Methodendetails
execute | () | Methode |
override public function execute():lc.foundation.util:Token| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | 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.
|
Verwandte API-Elemente
Konstantendetails
NAME | Konstante |
public static const NAME:String = "EditDescription"| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand command.
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen