| パッケージ | com.adobe.ep.taskmanagement.domain |
| インターフェイス | public interface ITask |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| 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 [読み取り専用]
The name of the task. | ITask | ||
| ownerId : String [読み取り専用]
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 | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
Changes the value of a custom task property. | ITask | ||
プロパティの詳細
ActionNames | プロパティ |
ActionNames:IList| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The list of user actions supported by the task.
実装
public function get ActionNames():IList public function set ActionNames(value:IList):voidcompleteTime | プロパティ |
completeTime:Date| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The date and time that the was task completed.
実装
public function get completeTime():Date public function set completeTime(value:Date):voidcreateTime | プロパティ |
description | プロパティ |
id | プロパティ |
instructions | プロパティ |
instructions:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
The instructions to complete the task.
実装
public function get instructions():String public function set instructions(value:String):voidname | プロパティ |
ownerId | プロパティ |
properties | プロパティ |
properties:Object| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Returns the custom properties for the task.
Custom properties are defined by a task's tasktype. The values
are stored in an instance of an Object class with one more ITaskProperty objects.
実装
public function get properties():Object public function set properties(value:Object):voidstatus | プロパティ |
taskTypeName | プロパティ |
updateTime | プロパティ |
メソッドの詳細
setPropertyValue | () | メソッド |
public function setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| ランタイムバージョン: | AIR 2.6, Flash Player 10.2 |
Changes the value of a custom task property. Use this function to change the value of the named custom task property, optionally, specifying the property type.
パラメーター
aPropertyName:String — Specifies the name of the property to change.
| |
aPropertyValue:Object — Specifies the new value for the property.
| |
aPropertyType:String (default = null) — Specifies the property type of the value. The value has to match the type specified by the tasktype definition on the Experience server.
|
Tue Jun 12 2018, 10:34 AM Z