| Package | com.adobe.ep.taskmanagement.domain | 
| Interface | public 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 | 
| 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éthode | Défini par | ||
|---|---|---|---|
		 Changes the value of a custom task property.  | ITask | ||
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):voidcompleteTime | 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):voidcreateTime | 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):voiddescription | 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):voidid | 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):voidinstructions | 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):voidname | propriété | 
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():Stringproperties | 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):voidstatus | 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):voidtaskTypeName | 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):voidupdateTime | 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):voidsetPropertyValue | () | 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. 
		  | 
Tue Jun 12 2018, 09:30 AM Z