패키지 | 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, 03:17 PM Z