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.services 

IAttachmentManager  - AS3 ADEP Task Management

Pakietcom.adobe.ep.taskmanagement.services
Interfejspublic interface IAttachmentManager

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 IAttachmentManagerinterface retrieves and manages attachments associated with tasks.



Metody publiczne
 MetodaZdefiniowane przez
  
Adds a new attachment to the Document Server.
IAttachmentManager
  
Delete an attachment from a task.
IAttachmentManager
  
Retrieves the attachments based on a task identifier.
IAttachmentManager
  
Updates an existing attachment to the Document Server.
IAttachmentManager
Szczegół metody

addAttachment

()metoda
public function addAttachment(taskId:String, file:FileReference, attachmentPermissions:IAttachmentPermissions, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken

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

Adds a new attachment to the Document Server.

Parametry

taskId:String — Specifies the target task for this attachment operation.
 
file:FileReference — Specifies the file to add as the attachment.
 
attachmentPermissions:IAttachmentPermissions — Specifies the permissions of the attachment.
 
assertionId:String (default = null) — Specifies the assertion string. This parameter is required when uploading attachments using the Mozilla FireFox web browser.

Zwraca
com.adobe.ep.taskmanagement.util:IToken — An object that is used the specify handlers for this asynchronous call.

deleteAttachment

()metoda 
public function deleteAttachment(taskId:String, attachmentId:String):com.adobe.ep.taskmanagement.util:IToken

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

Delete an attachment from a task.

Parametry

taskId:String — Specifies the task identifier from which to delete an attachment.
 
attachmentId:String — Specifies the identifier of the attachment to delete from the task.

Zwraca
com.adobe.ep.taskmanagement.util:IToken — An object that is used the specify handlers for this asynchronous call.

getAttachmentList

()metoda 
public function getAttachmentList(taskId:String):com.adobe.ep.taskmanagement.util:ICollectionToken

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

Retrieves the attachments based on a task identifier.

Parametry

taskId:String — Specifies the task identifier from which to retrieve the list of attachments.

Zwraca
com.adobe.ep.taskmanagement.util:ICollectionToken — A collection of attachment info objects.

updateAttachment

()metoda 
public function updateAttachment(taskId:String, attachmentId:String, file:FileReference, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken

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

Updates an existing attachment to the Document Server.

Parametry

taskId:String — identifies the target task for this attachment operation.
 
attachmentId:String — id of the attachment to update.
 
file:FileReference — the new contents of the attachment.
 
assertionId:String (default = null) — assertion string only required when updating attachments in FireFox

Zwraca
com.adobe.ep.taskmanagement.util:IToken — An object that is used the specify handlers for this asynchronous call.




[ 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.