Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
com.adobe.ep.taskmanagement.services 

IAttachmentManager  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.services
Interfacepublic interface IAttachmentManager

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

The IAttachmentManagerinterface retrieves and manages attachments associated with tasks.



Méthodes publiques
 MéthodeDéfini par
  
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
Détails de la méthode

addAttachment

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

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: Flash Player 10.2, AIR 2.6

Adds a new attachment to the Document Server.

Paramètres

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.

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

deleteAttachment

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

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: Flash Player 10.2, AIR 2.6

Delete an attachment from a task.

Paramètres

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.

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

getAttachmentList

()méthode 
public function getAttachmentList(taskId:String):com.adobe.ep.taskmanagement.util:ICollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: Flash Player 10.2, AIR 2.6

Retrieves the attachments based on a task identifier.

Paramètres

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

Valeur renvoyée
com.adobe.ep.taskmanagement.util:ICollectionToken — A collection of attachment info objects.

updateAttachment

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

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versions du moteur d’exécution: AIR 2.6, Flash Player 10.2

Updates an existing attachment to the Document Server.

Paramètres

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

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




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.