| Paket | lc.procmgmt.commands |
| Klass | public class EditDescriptionCommand |
| Arv | EditDescriptionCommand TaskCommand Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand class sets a new description for a task.
Relaterade API-element
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | |
| description : String
The new description for the task. | EditDescriptionCommand | ||
![]() | name : String [skrivskyddad]
The name of the command for the task. | TaskCommand | |
![]() | task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | |
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[åsidosätt]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
Publika konstanter
| Konstant | Definieras med | ||
|---|---|---|---|
| NAME : String = "EditDescription" [statisk]
The name of the EditDescriptionCommand command. | EditDescriptionCommand | ||
Egenskapsdetaljer
description | egenskap |
public var description:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Konstruktordetaljer
EditDescriptionCommand | () | Konstruktor |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrartask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null) — Specifies the string value the new description.
|
Metoddetaljer
execute | () | metod |
override public function execute():lc.foundation.util:Token| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | 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.
|
Relaterade API-element
Konstantdetaljer
NAME | Konstant |
public static const NAME:String = "EditDescription"| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand command.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper