Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
lc.procmgmt.commands 

UpdateAttachmentCommand  - AS3 ADEP Workspace

Paquetelc.procmgmt.commands
Clasepublic class UpdateAttachmentCommand
HerenciaUpdateAttachmentCommand Inheritance AttachmentCommand Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

The UpdateAttachmentCommand class updates an attachment for the task referred to by the TaskAttachmentInfo object.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 Inheritedenabled : Boolean
A flag that indicates whether the execute operation is active.
AttachmentCommand
 Inheritedname : String
[solo lectura] 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.
UpdateAttachmentCommand
 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
  
[override] Updates the attachment from the task being stored by the TaskAttachmentInfo object.
UpdateAttachmentCommand
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
AttachmentCommand
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
AttachmentCommand
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del 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 = "UpdateAttachmentCommand"
[estática] The name of the command.
UpdateAttachmentCommand
Información sobre constructores

UpdateAttachmentCommand

()Información sobre
public function UpdateAttachmentCommand(taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Information in the passed TaskAttachmentInfo object is used to calculate the command's enabled property.

Parámetros
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo — The TaskAttachmentInfo object that is associated with this command.
Información sobre métodos

execute

()método
override public function execute():lc.foundation.util:Token

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Updates the attachment from the task being stored by the TaskAttachmentInfo object.

Valor devuelto
lc.foundation.util:Token — A token that notifies the caller when the update is complete.
Información sobre constantes

NAME

Constante
public static const NAME:String = "UpdateAttachmentCommand"

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

The name of the command.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.