Pacote | com.adobe.ep.taskmanagement.domain |
Interface | public interface ILCTask extends ITask , IFormOperationResult |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
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 [somente leitura]
The name of the task. | ITask | ||
ownerId : String [somente leitura]
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 |
Métodos públicos
Detalhes da propriedade
actionNames | propriedade |
actionNames:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | 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.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get actionNames():IList
public function set actionNames(value:IList):void
Wed Jun 13 2018, 11:10 AM Z