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...
com.adobe.ep.taskmanagement.domain 

ILCTask  - AS3 ADEP Task Management

Paquetecom.adobe.ep.taskmanagement.domain
Interfazpublic interface ILCTask extends ITask , IFormOperationResult

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

The interface for using and integrating with tasks from the Document Server.



Propiedades públicas
 PropiedadDefinido por
  actionNames : IList
Retrieves the list of user actions supported by the task.
ILCTask
 InheritedActionNames : IList
The list of user actions supported by the task.
ITask
 InheritedcompleteTime : Date
The date and time that the was task completed.
ITask
 InheritedcreateTime : Date
The date and time that the task was created.
ITask
 Inheriteddescription : String
The description for the task.
ITask
 Inheritedid : String
The task identifier.
ITask
 Inheritedinstructions : String
The instructions to complete the task.
ITask
 Inheritedname : String
[solo lectura] The name of the task.
ITask
 InheritedownerId : String
[solo lectura] An identifier that specifies the owner of the task.
ITask
 Inheritedproperties : Object
Returns the custom properties for the task.
ITask
 Inheritedstatus : String
The status of the task.
ITask
 InheritedtaskTypeName : String
A name that specifies the tasktype.
ITask
 InheritedupdateTime : Date
The date and time the task was last updated.
ITask
Métodos públicos
 MétodoDefinido por
 Inherited
setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void
Changes the value of a custom task property.
ITask
Información sobre propiedades

actionNames

propiedad
actionNames:IList

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versiones de motor de ejecución: AIR 2.6, Flash Player 10.2

Retrieves the list of user actions supported by the task. A value of null specifies no actions are specified.

Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .



Implementación
    public function get actionNames():IList
    public function set actionNames(value:IList):void




[ 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.