| 套件 | com.adobe.ep.taskmanagement.domain |
| 介面 | public interface ILCTask extends ITask , IFormOperationResult |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| actionNames : IList
Retrieves the list of user actions supported by the task. | ILCTask | ||
![]() | 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 | |
屬性詳細資訊
actionNames | 屬性 |
actionNames:IList| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
Retrieves the list of user actions supported by the task. A value of null specifies no actions are specified.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。
實作
public function get actionNames():IList public function set actionNames(value:IList):voidTue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性