Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
lc.procmgmt.commands 

DisplayAttachmentCommand  - AS3 ADEP Workspace

Pacotelc.procmgmt.commands
Classepublic class DisplayAttachmentCommand
HerançaDisplayAttachmentCommand Inheritance AttachmentCommand Inheritance 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

The DisplayAttachmentCommand class returns the attachment document stored with the task. The attachment document that is returned can be displayed to a user.

Elementos da API relacionados



Propriedades públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
 Inheritedenabled : Boolean
A flag that indicates whether the execute operation is active.
AttachmentCommand
 Inheritedname : String
[somente leitura] The name of the command.
AttachmentCommand
 InheritedtaskAttachmentInfo : lc.procmgmt.domain:TaskAttachmentInfo
The TaskAttachmentInfo object that is associated with this command.
AttachmentCommand
Métodos públicos
 MétodoDefinido por
  
Constructor.
DisplayAttachmentCommand
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
AttachmentCommand
 Inherited
Dispatches an event into the event flow.
AttachmentCommand
  
[substituir] Retrieves the attachment from the task that is being held by the TaskAttachmentInfo object.
DisplayAttachmentCommand
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
AttachmentCommand
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
AttachmentCommand
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna a representação de string do objeto especificado.
Object
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
AttachmentCommand
Constantes públicas
 ConstanteDefinido por
  NAME : String = "DisplayAttachmentCommand"
[estático] The name of the command.
DisplayAttachmentCommand
Detalhes do construtor

DisplayAttachmentCommand

()Construtor
public function DisplayAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo = 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âmetros
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo (default = null) — Specifies the TaskAttachmentInfo object that is associated with this command. When the value of null is used, the taskAttachmentInfo property must be specified before the execute() method is used.
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

Retrieves the attachment from the task that is being held by the TaskAttachmentInfo object.

Retorna
lc.foundation.util:Token — A token that permits the caller to be notified when the execution is complete.
Detalhes da constante

NAME

Constante
public static const NAME:String = "DisplayAttachmentCommand"

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.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.