패키지 | 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):void
Tue Jun 12 2018, 03:17 PM Z