ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.ep.taskmanagement.domain 

ITask  - AS3 ADEP Task Management

Pakietcom.adobe.ep.taskmanagement.domain
Interfejspublic interface ITask

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The interface for task objects that are managed by the ITaskManager API.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  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
[tylko do odczytu] The name of the task.
ITask
  ownerId : String
[tylko do odczytu] 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
Metody publiczne
 MetodaZdefiniowane przez
  
setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void
Changes the value of a custom task property.
ITask
Szczegół właściwości

ActionNames

właściwość
ActionNames:IList

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The list of user actions supported by the task.



Implementacja
    public function get ActionNames():IList
    public function set ActionNames(value:IList):void

completeTime

właściwość 
completeTime:Date

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The date and time that the was task completed.



Implementacja
    public function get completeTime():Date
    public function set completeTime(value:Date):void

createTime

właściwość 
createTime:Date

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The date and time that the task was created.



Implementacja
    public function get createTime():Date
    public function set createTime(value:Date):void

description

właściwość 
description:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The description for the task.



Implementacja
    public function get description():String
    public function set description(value:String):void

id

właściwość 
id:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The task identifier.



Implementacja
    public function get id():String
    public function set id(value:String):void

instructions

właściwość 
instructions:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The instructions to complete the task.



Implementacja
    public function get instructions():String
    public function set instructions(value:String):void

name

właściwość 
name:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The name of the task.



Implementacja
    public function get name():String

ownerId

właściwość 
ownerId:String  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

An identifier that specifies the owner of the task.



Implementacja
    public function get ownerId():String

properties

właściwość 
properties:Object

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get properties():Object
    public function set properties(value:Object):void

status

właściwość 
status:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The status of the task.



Implementacja
    public function get status():String
    public function set status(value:String):void

taskTypeName

właściwość 
taskTypeName:String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

A name that specifies the tasktype.



Implementacja
    public function get taskTypeName():String
    public function set taskTypeName(value:String):void

updateTime

właściwość 
updateTime:Date

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The date and time the task was last updated.



Implementacja
    public function get updateTime():Date
    public function set updateTime(value:Date):void
Szczegół metody

setPropertyValue

()metoda
public function setPropertyValue(aPropertyName:String, aPropertyValue:Object, aPropertyType:String = null):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.

Parametry

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.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.