Pacote | lc.procmgmt.commands |
Classe | public class TaskCommand |
Herança | TaskCommand Object |
Implementações | ICommand |
Subclasses | AbandonCommand, ClaimAndOpenCommand, ClaimCommand, CompleteCommand, EditDescriptionCommand, InitiateFromStartTaskCommand, LockCommand, RejectCommand, SetVisibleCommand, TaskUserCommand, UnlockCommand |
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 |
TaskCommand
class is a generic command that has direct association
with a Task
object. The TaskCommand
class should not be
used directly but extended by different types of commands for tasks.
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 | ||
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. | TaskCommand | ||
Retrieves a Token object to allow the caller to be notified when
the execution is complete. | TaskCommand | ||
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 |
Detalhes da propriedade
name | propriedade |
name:String
[somente leitura] 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 command for the task.
Implementação
public function get name():String
task | propriedade |
public var task:lc.procmgmt.domain:Task
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 task that is associated with the command.
O valor padrão é null.
Detalhes do construtor
TaskCommand | () | Construtor |
public function TaskCommand(task:lc.procmgmt.domain:Task, name: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 |
Constructor.
Parâmetrostask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
name:String — Specifies the name of the command.
|
Detalhes do método
execute | () | método |
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 |
Retrieves a Token
object to allow the caller to be notified when
the execution is complete.
The execute
method must be overridden by the subclass.
Classes that extend the TaskCommand
class should write their own execution
code within the execute
method.
lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Wed Jun 13 2018, 11:10 AM Z