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 

ITask  - AS3 ADEP Task Management

Paquetecom.adobe.ep.taskmanagement.domain
Interfazpublic interface ITask

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 task objects that are managed by the ITaskManager API.



Propiedades públicas
 PropiedadDefinido por
  ActionNames : IList
The list of user actions supported by the task.
ITask
  completeTime : Date
The date and time that the was task completed.
ITask
  createTime : Date
The date and time that the task was created.
ITask
  description : String
The description for the task.
ITask
  id : String
The task identifier.
ITask
  instructions : String
The instructions to complete the task.
ITask
  name : String
[solo lectura] The name of the task.
ITask
  ownerId : String
[solo lectura] An identifier that specifies the owner of the task.
ITask
  properties : Object
Returns the custom properties for the task.
ITask
  status : String
The status of the task.
ITask
  taskTypeName : String
A name that specifies the tasktype.
ITask
  updateTime : Date
The date and time the task was last updated.
ITask
Métodos públicos
 MétodoDefinido por
  
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

The list of user actions supported by the task.



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

completeTime

propiedad 
completeTime:Date

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 date and time that the was task completed.



Implementación
    public function get completeTime():Date
    public function set completeTime(value:Date):void

createTime

propiedad 
createTime:Date

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 date and time that the task was created.



Implementación
    public function get createTime():Date
    public function set createTime(value:Date):void

description

propiedad 
description:String

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 description for the task.



Implementación
    public function get description():String
    public function set description(value:String):void

id

propiedad 
id:String

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 task identifier.



Implementación
    public function get id():String
    public function set id(value:String):void

instructions

propiedad 
instructions:String

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 instructions to complete the task.



Implementación
    public function get instructions():String
    public function set instructions(value:String):void

name

propiedad 
name:String  [solo lectura]

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 name of the task.



Implementación
    public function get name():String

ownerId

propiedad 
ownerId:String  [solo lectura]

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

An identifier that specifies the owner of the task.



Implementación
    public function get ownerId():String

properties

propiedad 
properties:Object

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

Returns the custom properties for the task. Custom properties are defined by a task's tasktype. The values are stored in an instance of an Object class with one more ITaskProperty objects.



Implementación
    public function get properties():Object
    public function set properties(value:Object):void

status

propiedad 
status:String

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 status of the task.



Implementación
    public function get status():String
    public function set status(value:String):void

taskTypeName

propiedad 
taskTypeName:String

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

A name that specifies the tasktype.



Implementación
    public function get taskTypeName():String
    public function set taskTypeName(value:String):void

updateTime

propiedad 
updateTime:Date

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 date and time the task was last updated.



Implementación
    public function get updateTime():Date
    public function set updateTime(value:Date):void
Información sobre métodos

setPropertyValue

()método
public function setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void

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

Changes the value of a custom task property. Use this function to change the value of the named custom task property, optionally, specifying the property type.

Parámetros

aPropertyName:String — Specifies the name of the property to change.
 
aPropertyValue:Object — Specifies the new value for the property.
 
aPropertyType:String (default = null) — Specifies the property type of the value. The value has to match the type specified by the tasktype definition on the Experience server.





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