Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.ep.taskmanagement.domain 

ITask  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.domain
Interfacepublic interface ITask

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The interface for task objects that are managed by the ITaskManager API.



Propriétés publiques
 PropriétéDéfini par
  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
[lecture seule] The name of the task.
ITask
  ownerId : String
[lecture seule] 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éthodes publiques
 MéthodeDéfini par
  
setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void
Changes the value of a custom task property.
ITask
Détails de la propriété

ActionNames

propriété
ActionNames:IList

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The list of user actions supported by the task.



Implémentation
    public function get ActionNames():IList
    public function set ActionNames(value:IList):void

completeTime

propriété 
completeTime:Date

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The date and time that the was task completed.



Implémentation
    public function get completeTime():Date
    public function set completeTime(value:Date):void

createTime

propriété 
createTime:Date

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The date and time that the task was created.



Implémentation
    public function get createTime():Date
    public function set createTime(value:Date):void

description

propriété 
description:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The description for the task.



Implémentation
    public function get description():String
    public function set description(value:String):void

id

propriété 
id:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The task identifier.



Implémentation
    public function get id():String
    public function set id(value:String):void

instructions

propriété 
instructions:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The instructions to complete the task.



Implémentation
    public function get instructions():String
    public function set instructions(value:String):void

name

propriété 
name:String  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The name of the task.



Implémentation
    public function get name():String

ownerId

propriété 
ownerId:String  [lecture seule]

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

An identifier that specifies the owner of the task.



Implémentation
    public function get ownerId():String

properties

propriété 
properties:Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: 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.



Implémentation
    public function get properties():Object
    public function set properties(value:Object):void

status

propriété 
status:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The status of the task.



Implémentation
    public function get status():String
    public function set status(value:String):void

taskTypeName

propriété 
taskTypeName:String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

A name that specifies the tasktype.



Implémentation
    public function get taskTypeName():String
    public function set taskTypeName(value:String):void

updateTime

propriété 
updateTime:Date

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The date and time the task was last updated.



Implémentation
    public function get updateTime():Date
    public function set updateTime(value:Date):void
Détails de la méthode

setPropertyValue

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

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: 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.

Paramètres

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 ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.