包 | com.adobe.ep.taskmanagement.domain |
接口 | public interface ITask |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
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 [只读]
The name of the task. | ITask | ||
ownerId : String [只读]
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 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Changes the value of a custom task property. | ITask |
属性详细信息
ActionNames | 属性 |
completeTime | 属性 |
createTime | 属性 |
description | 属性 |
id | 属性 |
instructions | 属性 |
name | 属性 |
ownerId | 属性 |
properties | 属性 |
properties:Object
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | 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.
实现
public function get properties():Object
public function set properties(value:Object):void
status | 属性 |
taskTypeName | 属性 |
updateTime | 属性 |
方法详细信息
setPropertyValue | () | 方法 |
public function setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | 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.
参数
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, 11:04 AM Z