| Pakiet | com.adobe.ep.taskmanagement.domain |
| Interfejs | public interface ILCTask extends ITask , IFormOperationResult |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 [tylko do odczytu]
The name of the task. | ITask | |
![]() | ownerId : String [tylko do odczytu]
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 | |
Metody publiczne
Szczegół właściwości
actionNames | właściwość |
actionNames:IList| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | 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.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange .
Implementacja
public function get actionNames():IList public function set actionNames(value:IList):voidTue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne