| Pacchetto | lc.procmgmt.commands |
| Classe | public class EditDescriptionCommand |
| Ereditarietà | EditDescriptionCommand TaskCommand Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand class sets a new description for a task.
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| description : String
The new description for the task. | EditDescriptionCommand | ||
![]() | name : String [sola lettura]
The name of the command for the task. | TaskCommand | |
![]() | task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[override]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| NAME : String = "EditDescription" [statico]
The name of the EditDescriptionCommand command. | EditDescriptionCommand | ||
Descrizione delle proprietà
description | proprietà |
public var description:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Descrizione della funzione di costruzione
EditDescriptionCommand | () | Funzione di costruzione |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametritask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null) — Specifies the string value the new description.
|
Descrizione dei metodi
execute | () | metodo |
override public function execute():lc.foundation.util:Token| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
|
Elementi API correlati
Descrizione delle costanti
NAME | Costante |
public static const NAME:String = "EditDescription"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand command.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate