Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.ep.taskmanagement.services 

IAttachmentManager  - AS3 ADEP - Gestione attività

Pacchettocom.adobe.ep.taskmanagement.services
Interfacciapublic interface IAttachmentManager

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The IAttachmentManagerinterface retrieves and manages attachments associated with tasks.



Metodi pubblici
 MetodoDefinito da
  
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
Descrizione dei metodi

addAttachment

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR 2.6

Adds a new attachment to the Document Server.

Parametri

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.

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

deleteAttachment

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR 2.6

Delete an attachment from a task.

Parametri

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.

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

getAttachmentList

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: Flash Player 10.2, AIR 2.6

Retrieves the attachments based on a task identifier.

Parametri

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

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

updateAttachment

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Updates an existing attachment to the Document Server.

Parametri

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

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




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.