Package | com.adobe.ep.taskmanagement.domain |
Interface | public interface ITaskProperty |
Implementors | TaskProperty |
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 |
ITaskProperty
class defines the interface for creating classes that store custom task properties. The task properties are retrieved from ITask.properties
method.
Public Properties
Property | Defined By | ||
---|---|---|---|
name : String
The name of the property. | ITaskProperty | ||
propertyDefinition : com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
The definition for this property. | ITaskProperty | ||
value : Object
The value assigned to the property. | ITaskProperty |
Property Detail
name | property |
propertyDefinition | property |
propertyDefinition:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
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 definition for this property. The definition for task properties are defined by implementing the
ITaskPropertyDefinition
class.
Implementation
public function get propertyDefinition():com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition
public function set propertyDefinition(value:com.adobe.ep.taskmanagement.domain:ITaskPropertyDefinition):void
Related API Elements
value | property |
value:Object
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 value assigned to the property.
Implementation
public function get value():Object
public function set value(value:Object):void
Mon Nov 28 2011, 06:48 AM -08:00