Paket | com.adobe.ep.taskmanagement.domain |
Gränssnitt | public interface ITask |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
Egenskap | Definieras med | ||
---|---|---|---|
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 [skrivskyddad]
The name of the task. | ITask | ||
ownerId : String [skrivskyddad]
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 |
Metod | Definieras med | ||
---|---|---|---|
Changes the value of a custom task property. | ITask |
ActionNames | egenskap |
ActionNames:IList
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The list of user actions supported by the task.
Implementering
public function get ActionNames():IList
public function set ActionNames(value:IList):void
completeTime | egenskap |
completeTime:Date
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The date and time that the was task completed.
Implementering
public function get completeTime():Date
public function set completeTime(value:Date):void
createTime | egenskap |
createTime:Date
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The date and time that the task was created.
Implementering
public function get createTime():Date
public function set createTime(value:Date):void
description | egenskap |
description:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The description for the task.
Implementering
public function get description():String
public function set description(value:String):void
id | egenskap |
instructions | egenskap |
instructions:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The instructions to complete the task.
Implementering
public function get instructions():String
public function set instructions(value:String):void
name | egenskap |
ownerId | egenskap |
ownerId:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
An identifier that specifies the owner of the task.
Implementering
public function get ownerId():String
properties | egenskap |
properties:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Implementering
public function get properties():Object
public function set properties(value:Object):void
status | egenskap |
status:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The status of the task.
Implementering
public function get status():String
public function set status(value:String):void
taskTypeName | egenskap |
taskTypeName:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
A name that specifies the tasktype.
Implementering
public function get taskTypeName():String
public function set taskTypeName(value:String):void
updateTime | egenskap |
updateTime:Date
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The date and time the task was last updated.
Implementering
public function get updateTime():Date
public function set updateTime(value:Date):void
setPropertyValue | () | metod |
public function setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Körningsmiljöversioner: | 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.
Parametrar
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, 01:40 PM Z