ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.taskmanagement.domain 

ILCTask  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.domain
Interfacepublic interface ILCTask extends ITask , IFormOperationResult

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The interface for using and integrating with tasks from the Document Server.



Public Properties
 PropertyDefined By
  actionNames : IList
Retrieves the list of user actions supported by the task.
ILCTask
 InheritedActionNames : IList
The list of user actions supported by the task.
ITask
 InheritedcompleteTime : Date
The date and time that the was task completed.
ITask
 InheritedcreateTime : Date
The date and time that the task was created.
ITask
 Inheriteddescription : String
The description for the task.
ITask
 Inheritedid : String
The task identifier.
ITask
 Inheritedinstructions : String
The instructions to complete the task.
ITask
 Inheritedname : String
[read-only] The name of the task.
ITask
 InheritedownerId : String
[read-only] An identifier that specifies the owner of the task.
ITask
 Inheritedproperties : Object
Returns the custom properties for the task.
ITask
 Inheritedstatus : String
The status of the task.
ITask
 InheritedtaskTypeName : String
A name that specifies the tasktype.
ITask
 InheritedupdateTime : Date
The date and time the task was last updated.
ITask
Public Methods
 MethodDefined By
 Inherited
setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void
Changes the value of a custom task property.
ITask
Property Detail

actionNames

property
actionNames:IList

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Runtime Versions: 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.

This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event.



Implementation
    public function get actionNames():IList
    public function set actionNames(value:IList):void