| Pacote | lc.procmgmt.commands |
| Classe | public class EditDescriptionCommand |
| Herança | EditDescriptionCommand TaskCommand Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
EditDescriptionCommand class sets a new description for a task.
Elementos da API relacionados
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
| description : String
The new description for the task. | EditDescriptionCommand | ||
![]() | name : String [somente leitura]
The name of the command for the task. | TaskCommand | |
![]() | task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | |
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | EditDescriptionCommand | ||
[substituir]
Changes the description of the task by executing the setDescription method from
the Task object. | EditDescriptionCommand | ||
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| NAME : String = "EditDescription" [estático]
The name of the EditDescriptionCommand command. | EditDescriptionCommand | ||
Detalhes da propriedade
description | propriedade |
public var description:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new description for the task.
Detalhes do construtor
EditDescriptionCommand | () | Construtor |
public function EditDescriptionCommand(task:lc.procmgmt.domain:Task, description:String = null)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parâmetrostask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
description:String (default = null) — Specifies the string value the new description.
|
Detalhes do método
execute | () | método |
override public function execute():lc.foundation.util:Token| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de 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.
|
Elementos da API relacionados
Detalhes da constante
NAME | Constante |
public static const NAME:String = "EditDescription"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the EditDescriptionCommand command.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas