Package | com.adobe.ep.taskmanagement.filter |
Class | public class Property |
Inheritance | Property Object |
Implements | IProperty |
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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | Property | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constant | Defined By | ||
---|---|---|---|
COMPLETETIME : Property [static]
The COMPLETETIME constant specifies the task property named completeTime. | Property | ||
CREATETIME : Property [static]
The COMPLETETIME constant specifies the task property named createTime. | Property | ||
DESCRIPTION : Property [static]
The DESCRIPTION constant specifies the task property named description. | Property | ||
ID : Property [static]
The ID constant specifies the task property named id. | Property | ||
INSTRUCTIONS : Property [static]
The INSTRUCTIONS constant specifies the task property named instructions. | Property | ||
NAME : Property [static]
The NAME constant specifies the task property named name. | Property | ||
OWNERID : Property [static]
The OWNERID constant specifies the task property named ownerId. | Property | ||
STATUS : Property [static]
The STATUS constant specifies the task property named status. | Property | ||
UPDATETIME : Property [static]
The UPDATETIME constant specifies the task property named updateTime. | Property |
Property | () | Constructor |
public function Property(aPropertyName:String = null)
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 |
Constructor.
ParametersaPropertyName:String (default = null ) — Specifies the name of this property.
|
COMPLETETIME | Constant |
public static const COMPLETETIME:Property
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 COMPLETETIME
constant specifies the task property named completeTime
.
CREATETIME | Constant |
public static const CREATETIME:Property
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 COMPLETETIME
constant specifies the task property named createTime
.
DESCRIPTION | Constant |
public static const DESCRIPTION:Property
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 DESCRIPTION
constant specifies the task property named description
.
ID | Constant |
public static const ID:Property
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 ID
constant specifies the task property named id
.
INSTRUCTIONS | Constant |
public static const INSTRUCTIONS:Property
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 INSTRUCTIONS
constant specifies the task property named instructions
.
NAME | Constant |
public static const NAME:Property
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 NAME
constant specifies the task property named name
.
OWNERID | Constant |
public static const OWNERID:Property
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 OWNERID
constant specifies the task property named ownerId
.
STATUS | Constant |
public static const STATUS:Property
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 STATUS
constant specifies the task property named status
.
UPDATETIME | Constant |
public static const UPDATETIME:Property
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 UPDATETIME
constant specifies the task property named updateTime
.
Mon Nov 28 2011, 06:48 AM -08:00