Pakket | lc.procmgmt.commands |
Klasse | public class EditDescriptionCommand |
Overerving | EditDescriptionCommand TaskCommand Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand
class sets a new description for a task.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
description : String
The new description for the task. | EditDescriptionCommand | ||
name : String [alleen-lezen]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[overschrijven]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
NAME : String = "EditDescription" [statisch]
The name of the EditDescriptionCommand command. | EditDescriptionCommand |
Eigenschapdetails
description | eigenschap |
public var description:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Constructordetails
EditDescriptionCommand | () | Constructor |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parameterstask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null ) — Specifies the string value the new description.
|
Methodedetails
execute | () | methode |
override public function execute():lc.foundation.util:Token
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
|
Verwante API-elementen
Constantedetails
NAME | Constante |
public static const NAME:String = "EditDescription"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand
command.
Wed Jun 13 2018, 11:42 AM Z