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 

DeleteAttachmentCommand  - AS3 ADEP Workspace

Paquetelc.procmgmt.commands
Clasepublic class DeleteAttachmentCommand
HerenciaDeleteAttachmentCommand 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 DeleteAttachmentCommand class removes the specified attachment from a task. The attachment is referenced by a 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.
DeleteAttachmentCommand
 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] Deletes the attachment from the task.
DeleteAttachmentCommand
 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 = "DeleteAttachmentCommand"
[estática] The name of the command.
DeleteAttachmentCommand
Información sobre constructores

DeleteAttachmentCommand

()Información sobre
public function DeleteAttachmentCommand(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 determine the command's enabled property.

Parámetros
taskAttachmentInfo:lc.procmgmt.domain:TaskAttachmentInfo — Specifies the TaskAttachmentInfo object that contains the task and attachment information.
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

Deletes the attachment from the task. The task is stored by the TaskAttachmentInfo object.

Valor devuelto
lc.foundation.util:Token — A token that allows the caller to be notified when the deletion is complete.
Información sobre constantes

NAME

Constante
public static const NAME:String = "DeleteAttachmentCommand"

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.